# README
Http Package Documentation
The http
package encompasses the parser and mapping logic required
to read HTTP text messages and capture or stub the outputs. Utilized
by the hooks
package, it aids in redirecting outgoing calls for the
purpose of recording or stubbing the outputs.
# Functions
No description provided by the author
No description provided by the author
ParseFinalHTTP is used to parse the final http request and response and save it in a yaml file.
# Type aliases
No description provided by the author