- Delete
Archttp Delete(string route, HttpRequestHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
Archttp bind(ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
Archttp bind(string host, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
Archttp get(string route, HttpRequestHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- listen
void listen(ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
- post
Archttp post(string route, HttpRequestHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
Archttp put(string route, HttpRequestHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
- use
Archttp use(HttpRequestMiddlewareHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- use
Archttp use(string path, Routing router)
Undocumented in source. Be warned that the author may not have intended to support it.