-
Notifications
You must be signed in to change notification settings - Fork 0
Response
Pavel Koch edited this page Mar 3, 2019
·
3 revisions
import { Response } from 'awi'The extendable interface for every response.
The response body. This is an 'any' type by default as the response can be anything but developers are encouraged to extend this interface and type their own responses.
The response status.
The response headers.