update C
snipplets
This commit is contained in:
16
code/C/Web/ulfius-server/README.md
Normal file
16
code/C/Web/ulfius-server/README.md
Normal file
@ -0,0 +1,16 @@
|
||||
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
|
||||
```
|
Reference in New Issue
Block a user