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 6174c3e5e0 feat: add parition support for cookies in facil.io
Signed-off-by: Michael Pollind <mpollind@gmail.com>
2025-08-06 21:12:08 -07:00
..
parsers swallowed facil.io into zap 2023-12-22 04:03:32 +01:00
http.c feat: add parition support for cookies in facil.io 2025-08-06 21:12:08 -07:00
http.h feat: add parition support for cookies in facil.io 2025-08-06 21:12:08 -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).