snipplets.dev/code/C/Web/ulfius-server/README.md

17 lines
502 B
Markdown
Raw Normal View History

2023-08-01 03:25:16 +03:00
REST API
--------
* `http://localhost:8000/api/param/:name` - возвращает `:name`
* `http://localhost:8000/api/param/quit` - завершит выполнение программы
Зависимости
-----------
* [ulfius](https://github.com/babelouest/ulfius)
* [orcania](https://github.com/babelouest/orcania)
```sh
ar rcs libulfius.2.7.13.a ulfius.o u_map.o u_request.o u_response.o u_send_request.o u_websocket.o yuarel.o
ar rcs liborcania.2.3.2.a orcania.o memory.o base64.o
```