mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 22:30:47 +01:00
docs: enhance package README documentation
This commit is contained in:
2
goutils
2
goutils
Submodule goutils updated: dacd33b6b8...78fda75d1e
@@ -144,6 +144,11 @@ flowchart TD
|
|||||||
|
|
||||||
T --> V[Update SNI Matcher]
|
T --> V[Update SNI Matcher]
|
||||||
V --> G
|
V --> G
|
||||||
|
|
||||||
|
style E fill:#22553F,color:#fff
|
||||||
|
style I fill:#8B8000,color:#fff
|
||||||
|
style N fill:#22553F,color:#fff
|
||||||
|
style U fill:#84261A,color:#fff
|
||||||
```
|
```
|
||||||
|
|
||||||
### SNI Matching Flow
|
### SNI Matching Flow
|
||||||
@@ -163,6 +168,10 @@ flowchart LR
|
|||||||
F -->|Yes| D
|
F -->|Yes| D
|
||||||
F -->|No| G[Return default cert]
|
F -->|No| G[Return default cert]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
style C fill:#27632A,color:#fff
|
||||||
|
style E fill:#18597A,color:#fff
|
||||||
|
style F fill:#836C03,color:#fff
|
||||||
```
|
```
|
||||||
|
|
||||||
### Suffix Tree Structure
|
### Suffix Tree Structure
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ The entrypoint package implements the primary HTTP handler that receives all inc
|
|||||||
### Key Features
|
### Key Features
|
||||||
|
|
||||||
- Domain-based route lookup with subdomain support
|
- Domain-based route lookup with subdomain support
|
||||||
- Short link (`go/<short-code>` domain) handling
|
- Short link (`go/<alias>` domain) handling
|
||||||
- Middleware chain application
|
- Middleware chain application
|
||||||
- Access logging for all requests
|
- Access logging for all requests
|
||||||
- Configurable not-found handling
|
- Configurable not-found handling
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ var HTTPClient = &http.Client{
|
|||||||
|
|
||||||
### Available Providers
|
### Available Providers
|
||||||
|
|
||||||
- **qbittorrent** - qBittorrent torrent client integration (WIP)
|
- **qbittorrent** - qBittorrent torrent client integration _(WIP)_
|
||||||
|
|
||||||
## Usage Example
|
## Usage Example
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user