ae.demo.http.httpserve

Start a HTTP server on a port and serve the files in the current directory.

Members

Functions

httpserve
void httpserve(ushort port, string host, string sslCert, string sslKey, string userName, string password, bool stripQueryParameters)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin SSLUseLib
Undocumented in source.
__anonymous
mixin main!(funopt!httpserve)
Undocumented in source.

Mixed In Members

From mixin main!(funopt!httpserve)

main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <ae@cy.md>