Miran 7d771ca337 specify the version of unittest2 dependency (#51)
* specify the version of unittest2 dependency

Otherwise, nimble's `--resolver:minver` picks up unittest2 0.0.1,
which doesn't work.
Also, take an opportunity to specify the minimal versions for other
dependencies.
2026-08-24 12:52:05 +02:00
2022-12-02 08:29:46 +01:00
2022-04-17 11:41:23 +02:00
2018-07-10 23:22:57 +03:00
2025-01-13 08:45:03 +01:00

nim-http-utils: HTTP helper procedures for Nim Language

Github action License: Apache License: MIT Stability: experimental

Installation

nimble install httputils

or

git clone https://github.com/status-im/nim-http-utils

Requirements

  • Nim 1.6 and up

Documentation

To get documentation please run

nim doc httputils.nim

TODO

  • Chunked encoding parsers
  • HTTP Date fields parsers

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

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.

S
Description
Nim language HTTP helper procedures
Readme MIT
407 KiB
Languages
Nim 100%