1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-21 15:44:10 +00:00
zap/facil.io/lib/facil/http
2025-03-03 17:10:43 +01:00
..
parsers swallowed facil.io into zap 2023-12-22 04:03:32 +01:00
http.c swallowed facil.io into zap 2023-12-22 04:03:32 +01:00
http.h swallowed facil.io into zap 2023-12-22 04:03:32 +01: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).