HTTPReqResp

Undocumented in source.

Members

Functions

assignData
void assignData(HTTPServerRequest request, HTTPServerResponse response, Session session)
Undocumented in source. Be warned that the author may not have intended to support it.
response_redirect
void response_redirect(string url, int status)
Undocumented in source. Be warned that the author may not have intended to support it.
response_setCookie
void response_setCookie(string name, string value, string path, long maxAge, string expires, string domain)
Undocumented in source. Be warned that the author may not have intended to support it.
response_startSession
void response_startSession(string path, size_t options)
Undocumented in source. Be warned that the author may not have intended to support it.
response_terminateSession
void response_terminateSession()
Undocumented in source. Be warned that the author may not have intended to support it.
response_writeBody
void response_writeBody(ubyte[] data, string content_type)
Undocumented in source. Be warned that the author may not have intended to support it.
response_writeVoidBody
void response_writeVoidBody()
Undocumented in source. Be warned that the author may not have intended to support it.
session_get
string session_get(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
session_id
string session_id()
Undocumented in source. Be warned that the author may not have intended to support it.
session_isKeySet
bool session_isKeySet(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
session_isnull
bool session_isnull()
Undocumented in source. Be warned that the author may not have intended to support it.
session_keys
string[] session_keys()
Undocumented in source. Be warned that the author may not have intended to support it.
session_set
void session_set(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

client_request
DakkaHTTPRequest client_request [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
client_response
DakkaHTTPResponse client_response [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasBeenReassigned
bool hasBeenReassigned [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
request
RequestData request [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Actor

actorOf
T actorOf()

Creates a new actor instance or finds one that is already available.

referenceOfActor
Actor referenceOfActor()
Undocumented in source. Be warned that the author may not have intended to support it.
children
Actor[] children [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
supervisor
Actor supervisor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isLocalInstance
bool isLocalInstance [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isAlive
bool isAlive [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
identifier
string identifier [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
remoteAddressIdentifier
string remoteAddressIdentifier [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
die
void die(bool informSupervisor)

Lets go die.

kill
void kill(Actor actor)

Kills off a specific child

onStart
void onStart()
Undocumented in source. Be warned that the author may not have intended to support it.
onStop
void onStop()
Undocumented in source. Be warned that the author may not have intended to support it.
onChildError
void onChildError(Actor actor, string message)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta