# Functions
NewHttpRequestData creates a new HttpRequest with data extracted from an http.Request.
NewHttpResponseData creates a new HttpResponse with data extracted from an http.Response.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
HTTPRequest is a struct for http request.
HTTPRequestResponseLog is a struct for http request and response log it is a processed version of http transaction for logging in more structured format than just raw bytes.
HTTPResponse is a struct for http response.
HTTPTransaction is a struct for http transaction it contains data of every request/response obtained from proxy.
UserData is context used to identify a http transaction and its state like match, response etc.
# Type aliases
No description provided by the author