tango.net.http.HttpStack

Members

Classes

HttpStack
class HttpStack

A stack of Tokens, used for capturing http headers. The tokens themselves are typically mapped onto the content of a Buffer, or some other external content, so there's minimal allocation involved (typically zero).

Token
class Token

Internal representation of a token

Functions

memicmp
int memicmp(const(char)* , const(char)* , size_t )

Unix doesn't appear to have a memicmp() ... JJR notes that the strncasecmp() is available instead.

memmove
void* memmove(void* dst, const(void)* src, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strncasecmp
int strncasecmp(const(char)* , const(char)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

BSD style: $(LICENSE)

Version

Initial release: April 2004

Authors

Kris, John Reimer