Documentation
¶
Index ¶
- type Request
- func (r *Request) AddCookieAndHeader2Req(req *http.Request)
- func (r *Request) Get(url string) ([]byte, error)
- func (r *Request) NewGet(url string) (*http.Request, error)
- func (r *Request) NewPost(url string, body []byte) (*http.Request, error)
- func (r *Request) Post(url string, data []byte) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
func (*Request) AddCookieAndHeader2Req ¶
Click to show internal directories.
Click to hide internal directories.