[−][src]Crate tsukuyomi_server
An implementation of HTTP server for Tsukuyomi, based on hyper and tower-service.
Modules
| rt | Miscellaneous primitives and re-exports for building asynchronous tasks. |
| test | Utilities for testing HTTP services. |
Structs
| Error | |
| Server | An HTTP server. |
Traits
| Acceptor | A trait that represents the conversion of asynchronous I/Os. |
| Listener | A trait that represents the low-level I/O. |
Type Definitions
| Result |