tree: 05ec20a5a9cd87256cb4805feff628b48565a89a [path history] [download]
  1. README.md
  2. http.c
  3. http.h
  4. http1.c
  5. http1.h
  6. http1_request.c
  7. http1_request.h
  8. http1_response.c
  9. http1_response.h
  10. http1_simple_parser.c
  11. http1_simple_parser.h
  12. http_request.c
  13. http_request.h
  14. http_response.c
  15. http_response.h
  16. websockets.c
  17. websockets.h
lib/http/README.md

The HTTP / Websocket extensions.

Notice: these extensions require the core facil.io library as well as the bscrypt extension (for SipHash and Base64 functionality). Websockets will also require the pubsub service and (in the future) the redis_client service.

These are extensions that allow facil.io to easily implement HTTP and Websocket services. Please read the project's README.md for more details, or visit facil.io's website.