Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct {
Method string `json:"method"`
URL string `json:"url"`
Proto string `json:"proto"`
ProtoMajor int `json:"proto_major"`
ProtoMinor int `json:"proto_minor"`
Header map[string]string `json:"header"`
Host string `json:"host"`
RemoteAddr string `json:"remote_addr"`
ContentLen int `json:"content_len"`
Body []byte `json:"-"`
}
Click to show internal directories.
Click to hide internal directories.