# Functions
GetLogger returns the logger for HTTP requests and responses.
GetSession returns the HTTP session stored in context.
InitializeContext adds the HTTP session to the context.
# 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
# Variables
No description provided by the author
# Structs
Logger logs in a configurable file.
No description provided by the author
Session contains the information of a HTTP session (request and response).
Steps type is responsible to initialize the HTTP client steps in godog framework.
# Type aliases
ContextKey defines a type to store the HTTP session in context.Context.