Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRawHTTP ¶
Types ¶
type Request ¶
type Request struct {
FullURL string
Method string
Path string
Data string
Headers map[string]string
UnsafeHeaders client.Headers
UnsafeRawBytes []byte
}
Request defines a basic HTTP raw request
func (*Request) TryFillCustomHeaders ¶
TryFillCustomHeaders after the Host header
Click to show internal directories.
Click to hide internal directories.