Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestInfo ¶
type RequestInfo struct { Host string TlsUsed bool Method string Path string // URI = Path + QueryArgs QueryArgs string Headers []Kv ClientIP string ProxyDetected bool ProxyIP string UserAgentDetect *ghttp.UserAgnetInfo }
func ParseRequest ¶
func ParseRequest(ctx *fasthttp.RequestCtx) (*RequestInfo, error)
Click to show internal directories.
Click to hide internal directories.