# Functions
ExecuteHttp is a helper function to execute http request and parse response to success or error object.
ExecuteHttpListResponse is a helper function to execute http request and parse list based response to success or error object.
ExtractError is a helper function to extract error from error object
first return value is the error object second [errorResponsePayloadExists[bool]] is true if error response payload exists.
NewGoxHttpContext - Create a new http context to be used.
NewRequestResponseSecurityConfigApplier creates a new RequestResponseSecurityConfigApplier.
RequestResponseLoggerMiddleware is a middleware that logs the request and response.
# Variables
No description provided by the author
GoxHttpRequestResponseLoggingEnabled is a global flag to enable logging of request response.
# Structs
GoxError is the typed response after successful http call and parsing response to success object.
GoxSuccessListResponse is the typed response after successful http call and parsing response to success object.
GoxSuccessResponse is the typed response after successful http call and parsing response to success object.
No description provided by the author
RequestResponseSecurityConfig is the configuration for request response security.
# Interfaces
GoxHttpContext is the interface to be used by external clients.
RequestResponseSecurityConfigApplier is an interface to apply security configuration to request response logs.