Crow/include
XandrOSS bd86c26c6b
Get server running port, bindaddr and threads
- Added methods to get usefull information about running server instance: 
std::uint16_t port() -> Get the port that Crow will handle requests on
std::string bindaddr() -> Get the address that Crow will handle requests on
std::uint16_t concurrency() -> Get the number of threads that server is using
2023-02-08 10:33:48 -05:00
..
crow Get server running port, bindaddr and threads 2023-02-08 10:33:48 -05:00
crow.h Separate middleware for handlers 2022-02-01 22:49:41 +03:00