@response/types
v0.1.2
Published
Typings for usage with the other `@response/*` packages.
Downloads
60
Readme
Typings for @response
Typings for usage with the other @response/*
packages.
Installation
npm install @response/types
Types
Response
A generic interface that all responses conform to.
Headers
The format of the headers objects.
ServerResponseLike
A subset of NodeJS.ServerResponse
that the responses can write themselves to.