A simple http server library.
Example
# use fire_http as fire;
use ;
// To access data from request handlers
data_struct!
// handle a simple get request
get!
async
For more examples look in the examples directory and the test directory.
Features
- json
- fs
- encdec (adds percent encoding and decoding to header values)
- http2 (enables http 2 support)
- ws (adds websocket support)