Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteCookie ¶
func DeleteCookie(key string)
func DeleteCookies ¶
func DeleteCookies(keys ...string)
func SetCookies ¶
func SetCookies(cookies map[string]interface{})
func SetHeaders ¶
func SetHeaders(headers map[string]interface{})
Types ¶
type Request ¶
type Request struct {
// contains filtered or unexported fields
}
func NewRequest ¶
NewRequest creates instance of http.Request.
func (*Request) SetCookies ¶
func (*Request) SetHeaders ¶
Click to show internal directories.
Click to hide internal directories.