ExpectedData

Undocumented in source.

Constructors

this
this(string expectedMethod, string expectedUri, Header[] expectedHeaders)
Undocumented in source.
this
this(HttpBadRequestReason expectedBadRequest)
Undocumented in source.

Members

Functions

allDataHasBeenGiven
void allDataHasBeenGiven()
Undocumented in source. Be warned that the author may not have intended to support it.
onBadRequest
void onBadRequest(HttpBadRequestReason reason)
Undocumented in source. Be warned that the author may not have intended to support it.
onHeaderName
void onHeaderName(const(T)[] headerName)
Undocumented in source. Be warned that the author may not have intended to support it.
onHeaderNamePartial
void onHeaderNamePartial(const(T)[] headerName)
Undocumented in source. Be warned that the author may not have intended to support it.
onHeaderValue
void onHeaderValue(const(T)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
onHeaderValuePartial
void onHeaderValuePartial(const(T)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
onHeadersDone
void onHeadersDone(const(T)[] bodyData)
Undocumented in source. Be warned that the author may not have intended to support it.
onMethod
void onMethod(const(T)[] method)
Undocumented in source. Be warned that the author may not have intended to support it.
onMethodPartial
void onMethodPartial(const(T)[] method)
Undocumented in source. Be warned that the author may not have intended to support it.
onUri
void onUri(const(T)[] uri)
Undocumented in source. Be warned that the author may not have intended to support it.
onUriPartial
void onUriPartial(const(T)[] uri)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

currentDataOffset
uint currentDataOffset;
Undocumented in source.
expectedBadRequest
HttpBadRequestReason expectedBadRequest;
Undocumented in source.
expectedHeaders
Header[] expectedHeaders;
Undocumented in source.
expectedMethod
string expectedMethod;
Undocumented in source.
expectedUri
string expectedUri;
Undocumented in source.
expectingBadRequest
bool expectingBadRequest;
Undocumented in source.
gotBadRequest
bool gotBadRequest;
Undocumented in source.
nextCallback
NextHttpCallback nextCallback;
Undocumented in source.
nextHeaderIndex
uint nextHeaderIndex;
Undocumented in source.

Meta