Preparing search index...
The search index is not available
@egomobile/http-server
@egomobile/http-server
ITestEventHandlerContextExpectations
Interface ITestEventHandlerContextExpectations
Expectations for a test response.
interface
ITestEventHandlerContextExpectations
{
body
:
any
;
headers
:
Record
<
string
,
string
|
RegExp
>
;
status
:
number
;
}
Index
Properties
body
headers
status
Properties
body
body
:
any
The body.
headers
headers
:
Record
<
string
,
string
|
RegExp
>
Headers.
status
status
:
number
The status code.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
body
headers
status
@egomobile/http-server
default
OpenAPIV3
ControllerParameterFormat
HttpInputDataFormat
Ajv
AuthorizeError
CancellationError
ControllerBase
EntityTooLargeError
ParseError
SwaggerValidationError
TimeoutError
AjvError
AlternativesSchema
AnySchema
ArraySchema
BinarySchema
BooleanSchema
DateSchema
FunctionSchema
IAfterAllTestsContext
Loading...
Generated using
TypeDoc
Expectations for a test response.