# Functions
ContentTypeHandler will set the correct content type for the HTTP response.
DelayHandler returns a handler function that introduces a delay in responding to the HTTP request.
No description provided by the author
FailureSimulationHandler returns a handler function that simulates a transient HTTP failure scenario, e.g.
JSONLoggingHandler returns a handler function that logs the incoming HTTP request in a compact or formatted JSON format.
ProxyHandler returns a handler function that forwards the incoming HTTP request to an upstream HTTP service.
RawRequestLoggingHandler returns a handler function that logs the incoming HTTP request in plain text format.
ResponseCodeHandler returns a handler function that returns the specified HTTP status code.