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 BodyKey + const ContentTypeKey + const CookieKey + const MethodKey + const ServiceID + const URLKey + var HTTPRequestKeyProviders = make(map[string]HTTPRequestKeyProvider) + func New() endly.Service + func StartServer(port int, trips *HTTPServerTrips) error + type HTTPRequestKeyProvider func(source interface{}) (string, error) + func HeaderProvider(header string) HTTPRequestKeyProvider + type HTTPResponses struct + Index int + Request *bridge.HttpRequest + Responses []*bridge.HttpResponse + type HTTPServerTrips struct + BaseDirectory string + IndexKeys []string + Mutex *sync.Mutex + Trips map[string]*HTTPResponses + func (t *HTTPServerTrips) Init() error + type ListenRequest struct + BaseDirectory string + IndexKeys []string + Port int + func (r ListenRequest) AsHTTPServerTrips() *HTTPServerTrips + func (r ListenRequest) Validate() error + type ListenResponse struct + Trips map[string]*HTTPResponses