https://github.com/bo1led-owl/waxwing
A tiny C++20 http server
https://github.com/bo1led-owl/waxwing
cpp cpp20 http-server
Last synced: 3 months ago
JSON representation
A tiny C++20 http server
- Host: GitHub
- URL: https://github.com/bo1led-owl/waxwing
- Owner: bo1led-owl
- License: gpl-3.0
- Created: 2024-04-06T18:10:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-28T13:17:10.000Z (10 months ago)
- Last Synced: 2025-01-04T12:09:07.410Z (4 months ago)
- Topics: cpp, cpp20, http-server
- Language: C++
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Waxwing
A simple HTTP server with easy to use API, named after a beautiful bird## Dependencies
- `spdlog` for logging
- `fmt` for formatting## Features
- Logging configurable via `spdlog` native API
- No boilerplate
- Request header parsing
- Path parameters
- Thread pool## Future goals
- Asyncronous I/O