# Functions
MockRequestSimple mocks a HTTP request by sending a command to the HTTP mock server.
NewServer creates an instance of Server.
# Structs
MockRequest contains the instruction to configure the behavior of the HTTP mock server.
No description provided by the author
Request configures the filter for the request of the MockRequest.
Response configures which response if the request filter applies.
Server type for the HTTP mock server.
Steps to initialize common steps.