Documentation
¶
Index ¶
- func BodyString(resp *model.Response) string
- func Execute(req *model.Request) (*model.Response, error)
- func ExecuteWithJar(req *model.Request, jar http.CookieJar) (*model.Response, error)
- func HeaderValue(resp *model.Response, key string) string
- func IsJSON(resp *model.Response) bool
- type CookieManager
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BodyString ¶
func ExecuteWithJar ¶
Types ¶
type CookieManager ¶
type CookieManager struct {
// contains filtered or unexported fields
}
func NewCookieManager ¶
func NewCookieManager() *CookieManager
func (*CookieManager) ClearAll ¶
func (cm *CookieManager) ClearAll()
func (*CookieManager) ClearEnv ¶
func (cm *CookieManager) ClearEnv(envName string)
Click to show internal directories.
Click to hide internal directories.