Stone.js API
Docs
Home
Preparing search index...
stone-js-http-core/src/declarations
IOutgoingHttpResponse
Interface IOutgoingHttpResponse
Represents an outgoing HTTP response.
interface
IOutgoingHttpResponse
{
etag
:
string
;
lastModified
:
string
;
status
:
number
;
}
Implemented by
OutgoingHttpResponse
Index
Properties
etag
last
Modified
status
Properties
etag
etag
:
string
last
Modified
lastModified
:
string
status
status
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
etag
last
Modified
status
Docs
Home
Stone.js API
Loading...
Represents an outgoing HTTP response.