Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RawRequest ¶
type RawRequest struct { URL string `json:"url" binding:"required"` Method string `json:"method,omitempty"` Meta map[string]interface{} `json:"meta,omitempty"` Headers map[string]string `json:"headers,omitempty"` Cookies map[string]string `json:"cookies,omitempty"` Body string `json:"body,omitempty"` }
RawRequest TODO
type Request ¶
type Request struct { *RawRequest *utils.ParsedURL }
Request TODO
func (*Request) MarshalJSON ¶ added in v0.0.12
MarshalJSON TODO
func (*Request) UnmarshalJSON ¶ added in v0.0.12
UnmarshalJSON TODO
Click to show internal directories.
Click to hide internal directories.