createHttpInterceptor
Creates an HTTP interceptor. All requests and responses are typed by default with a
HttpInterceptor
HTTP interceptors provide the main API to handle HTTP requests and return mock responses. The methods, paths, status
HttpRequestHandler
An HTTP request handler to declare responses for intercepted requests. When multiple handlers of the same interceptor
createInterceptorServer
Creates an interceptor server. This function is an alternative to
InterceptorServer
An interceptor server can be used to handle requests and return mock responses in combination with