mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
|
||
---|---|---|
.. | ||
parsers | ||
http.c | ||
http.h | ||
http1.c | ||
http1.h | ||
http_internal.c | ||
http_internal.h | ||
README.md | ||
websockets.c | ||
websockets.h |
The HTTP / WebSocket extensions.
These are extensions that allow facil.io to easily implement HTTP and WebSocket services. For more details, visit facil.io's website.
Notice: these extensions requires the core facil.io library (fio.h
and fio.c
) and it's FIOBJ
soft type system (the fiobj
folder, included through fiobj.h
).