Construct a new EmptyResponse.
Optional
headers: HeadersInitThe HTTP response headers to send.
Optional
status: number = 204The HTTP response status code to send.
Protected
Readonly
headersThe HTTP response headers to send.
Readonly
statusThe HTTP response status code to send.
A server response without body (204).