No description
Find a file
2025-11-03 09:16:02 +01:00
.github/workflows specify nimble commit to be able to test on Nim 1.6 (#88) 2025-11-03 09:16:02 +01:00
examples Add examples (#78) 2024-03-11 17:16:07 +02:00
presto update ci.yml and be more explicit in .nimble (#80) 2024-06-26 10:10:35 +00:00
tests Add implementation of PRESTO middleware. (#73) 2024-02-21 15:49:36 +02:00
.gitignore normalise nimble (#42) 2022-12-09 09:17:13 +01:00
config.nims Add setup files (#29) 2022-07-25 22:08:02 +03: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
nim.cfg move -d:nimRawSetjmp to nim.cfg (#27) 2022-06-19 11:48:32 +03:00
presto.nim Add SecureRestServer implementation and tests. 2021-03-24 15:52:11 +02:00
presto.nimble v0.1.1: simpler nimble dependency operators (#89) 2025-10-18 21:19:27 +02:00
README.md Fix badge link (#63) 2023-10-21 15:15:14 +03:00

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.