REST API framework for Nim language
Go to file
tersec b7ca8ec762
require Nim 2.0
2024-06-25 05:31:08 +00:00
.github/workflows require Nim 2.0 2024-06-25 05:31:08 +00:00
examples Add examples (#78) 2024-03-11 17:16:07 +02:00
presto require Nim 2.0 2024-06-25 05:31:08 +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
LICENSE
LICENSE-APACHEv2
LICENSE-MIT
README.md Fix badge link (#63) 2023-10-21 15:15:14 +03:00
config.nims
nim.cfg
presto.nim
presto.nimble require Nim 2.0 2024-06-25 05:31:08 +00: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.