tree: 2561a8ae981a44cf4ae1326801904c7095a874f0 [path history] [download]
  1. README.md
  2. http.c
  3. http.h
  4. http1.c
  5. http1.h
  6. http_internal.c
  7. http_internal.h
  8. parsers/
  9. websockets.c
  10. websockets.h
lib/facil/http/README.md

The HTTP / Websocket extensions.

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.

Notice: these extensions require the core facil.io library, including it's fiobj core type system. Websockets will also require the pubsub service in order for pub/sub to work. The Redis extension can be used to scale pub/sub beyond a single machine.