Versions in this module Expand all Collapse all v0 v0.8.0 Apr 26, 2018 v0.7.8 Apr 19, 2018 Changes in this version + const PreviousTripStateKey + const ServiceID + func New() endly.Service + type Cookies []*http.Cookie + func (c *Cookies) AddCookies(cookies ...*http.Cookie) + func (c *Cookies) IndexByName() map[string]*http.Cookie + func (c *Cookies) IndexByPosition() map[string]int + func (c *Cookies) SetHeader(header http.Header) + type Request struct + Body string + Cookies Cookies + Header http.Header + Method string + Replace map[string]string + RequestUdf string + ResponseUdf string + URL string + When string + func (r *Request) Expand(context *endly.Context) *Request + func (r *Request) IsInput() bool + func (r *Request) Messages() []*msg.Message + type Response struct + Body string + Code int + Cookies map[string]*http.Cookie + Error string + Header http.Header + JSONBody map[string]interface{} + TimeTakenMs int + func (r *Response) IsOutput() bool + func (r *Response) Messages() []*msg.Message + type SendRequest struct + Expect interface{} + Options []*toolbox.HttpOptions + Requests []*Request + type SendResponse struct + Assert *validator.AssertResponse + Data data.Map + Responses []*Response