lighttp v0.1.0 (2018-03-21T17:11:43Z)
Dub
Repo
HTTP
lighttp
util
Undocumented in source.
abstract
class
HTTP {
enum
VERSION
;
enum
GET
;
enum
POST
;
string
method
;
string
[
string
]
headers
;
protected
string
_body
;
string
body_
[@property getter];
void
[]
body_
[@property setter];
}
Members
Manifest constants
GET
enum
GET
;
Undocumented in source.
POST
enum
POST
;
Undocumented in source.
VERSION
enum
VERSION
;
Undocumented in source.
Properties
body_
string
body_
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
body_
void
[]
body_
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_body
string
_body
;
Undocumented in source.
headers
string
[
string
]
headers
;
Headers of the request/response.
method
string
method
;
Method used.
Meta
Source
See Implementation
lighttp
util
classes
CachedResource
HTTP
Request
Resource
Response
enums
StatusCodes
manifest constants
defaultHeaders
structs
Status