# Functions
No description provided by the author
# Variables
WithBuiltInHandler option adds built in handler to the server.
WithBuiltInMiddlewareHandler option adds built in handler to the server.
WithHandler option sets the handler for the handler.
WithHeaders option adds headers to each response.
WithMethod option sets the method for the handler.
WithPath option sets the path for the handler.
WithPathPrefix option sets the path prefix for the handler.
WithPathSuffix option sets the path suffix for the handler.
WithPort option sets port for the server, if not specified the server will pick the next available port This option cannot be changed after the server is created.
WithRequestNumber option sets the request number for the handler.
WithRecord option enables recording of requests to the server to a specific folder and after a specific number of requests.
WithResponse option sets the response for the handler.
No description provided by the author
Deprecated: Use WithTestRequestV1 - keep only for elastic tests.
No description provided by the author
WithTLS option enables TLS for the server This option cannot be changed after the server is created.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author