1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00
zap/facil.io/lib/facil/http
Michael Pollind 512c630781 feat: tweak support for additional cookie fields
Signed-off-by: Michael Pollind <mpollind@gmail.com>
2025-08-10 18:59:27 -07:00
..
parsers swallowed facil.io into zap 2023-12-22 04:03:32 +01:00
http.c feat: tweak support for additional cookie fields 2025-08-10 18:59:27 -07:00
http.h feat: tweak support for additional cookie fields 2025-08-10 18:59:27 -07:00
http1.c swallowed facil.io into zap 2023-12-22 04:03:32 +01:00
http1.h swallowed facil.io into zap 2023-12-22 04:03:32 +01:00
http_internal.c swallowed facil.io into zap 2023-12-22 04:03:32 +01:00
http_internal.h swallowed facil.io into zap 2023-12-22 04:03:32 +01:00
README.md swallowed facil.io into zap 2023-12-22 04:03:32 +01:00
websockets.c Fix deprecated warning for non-prototype function declaration in websocket.c 2025-03-03 17:10:43 +01:00
websockets.h swallowed facil.io into zap 2023-12-22 04:03:32 +01:00

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).