REST API framework for Nim language
Go to file
Eugene Kabanov 0c8c3a584d
Fix AsyncStreamIncompleteError exception leak. (#9)
* Fix AsyncStreamIncompleteError exception leak.

* Fix mistype.
2021-06-04 05:01:28 +03:00
.github/workflows Optimize CI config. (#4) 2021-05-10 12:42:44 +03:00
presto Fix AsyncStreamIncompleteError exception leak. (#9) 2021-06-04 05:01:28 +03:00
tests Add flag to pass comma delimited arrays by REST client. (#8) 2021-05-18 00:42:35 +03:00
.gitignore Add infrastructure. 2021-03-02 15:32:20 +02:00
LICENSE Initial commit 2021-03-02 15:29:38 +02:00
LICENSE-APACHEv2 Add infrastructure. 2021-03-02 15:32:20 +02:00
LICENSE-MIT Add infrastructure. 2021-03-02 15:32:20 +02:00
README.md Add infrastructure. 2021-03-02 15:32:20 +02:00
presto.nim Add SecureRestServer implementation and tests. 2021-03-24 15:52:11 +02:00
presto.nimble Rest client (#3) 2021-05-10 11:28:58 +03:00

README.md

Presto - An efficient library for REST API implementation

Github action License: Apache License: MIT Stability: experimental

Installation

You can use Nim's official package manager Nimble to install Presto:

$ nimble install https://github.com/status-im/nim-presto.git

Documentation

Contributing

When submitting pull requests, please add test cases for any new features or fixes and make sure nimble test is still able to execute the entire test suite successfully.

License

Licensed and distributed under either of

or

at your option. These files may not be copied, modified, or distributed except according to those terms.