# Functions
ImposterHandler create specific handler for the received imposter.
MatcherBySchema check if the request matching with the schema file.
NewProxy creates new proxy server.
NewServer initialize the mock server.
PrepareAccessControl Return options to initialize the mock server with default access control.
# Constants
JSONImposter allows to know when we're dealing with a JSON imposter.
YAMLImposter allows to know when we're dealing with a YAML imposter.
# Structs
Imposter define an imposter structure.
ImposterConfig is used to load imposters based on which type they are.
Proxy represent reverse proxy server.
Request represent the structure of real request.
Response represent the structure of real response.
ResponseDelay represent time delay before server responds.
Server definition of mock server.
# Type aliases
ImposterType allows to know the imposter type we're dealing with.
ServerOpt function that allow modify the current server.