Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
gin.Context replacement that can be almost completely be serialized to/from a gin.Context
func NewContext ¶
type Request ¶
type Request struct {
Close bool
ContentLength int64
Form url.Values
Header http.Header
Host string
Method string
PostForm url.Values
Proto string
ProtoMajor int
ProtoMinor int
RemoteAddr string
RequestURI string
Trailer http.Header
TransferEncoding []string
}
Request that can be almost completely be serialized to/from a real Request
func NewRequest ¶
Click to show internal directories.
Click to hide internal directories.