mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-14 14:56:27 +03:00
parent
2e46c2ac1d
commit
6cadb60fa2
1 changed files with 4 additions and 0 deletions
|
@ -153,6 +153,10 @@ func init() {
|
||||||
// {{.Req.Header.Get "User-Agent"}}
|
// {{.Req.Header.Get "User-Agent"}}
|
||||||
// ```
|
// ```
|
||||||
//
|
//
|
||||||
|
// ##### `.OriginalReq`
|
||||||
|
//
|
||||||
|
// Like .Req, except it accesses the original HTTP request before rewrites or other internal modifications.
|
||||||
|
//
|
||||||
// ##### `.RespHeader.Add`
|
// ##### `.RespHeader.Add`
|
||||||
//
|
//
|
||||||
// Adds a header field to the HTTP response.
|
// Adds a header field to the HTTP response.
|
||||||
|
|
Loading…
Reference in a new issue