No description
Find a file
2025-10-18 23:16:55 +02:00
.github/workflows use the common CI workflow (#40) 2025-01-13 08:45:03 +01:00
tests Add test for obsolete RFC2616 multi-line HTTP header values. 2023-10-31 13:44:40 +02:00
.gitignore normalise nimble, update ci (#28) 2022-12-02 08:29:46 +01:00
config.nims Nimble setup (#22) 2022-04-17 11:41:23 +02:00
httputils.nim Add HTTP response code 207 (Multi-Status) (#36) 2024-08-15 10:42:17 +03:00
httputils.nimble v0.4.0 (#42) 2025-10-18 23:16:55 +02:00
LICENSE Initial commit 2018-07-10 23:22:57 +03:00
README.md use the common CI workflow (#40) 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.