Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { Host string `json:"host"` Endpoint string `json:"endpoint"` Method string `json:"method"` Secure bool `json:"secure"` Headers map[string]string `json:"headers"` PathParams []string `json:"pathParams"` QueryParams []string `json:"queryParams"` Body string `json:"body,omitempty"` }
Click to show internal directories.
Click to hide internal directories.