An open API service indexing awesome lists of open source software.

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

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