http-types: Generic HTTP types for Haskell (for both client and server code).
Types and functions to describe and handle HTTP concepts. Including "methods", "headers", "query strings", "paths" and "HTTP versions".
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- http-types-0.12.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.1.1, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 0.4.1, 0.5, 0.5.1, 0.5.2, 0.5.3, 0.6.0, 0.6.0.1, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.6.5.1, 0.6.6, 0.6.7, 0.6.8, 0.6.9, 0.6.10, 0.6.11, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.7.3.0.1, 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.9, 0.9.1, 0.10, 0.11, 0.12, 0.12.1, 0.12.2, 0.12.3, 0.12.4 |
---|---|
Change log | CHANGELOG |
Dependencies | array (>=0.2 && <0.6), base (>=4 && <5), bytestring (>=0.10.4.0 && <1.0), case-insensitive (>=0.2 && <1.3), text (>=0.11.0.2) [details] |
License | BSD-3-Clause |
Copyright | (C) 2011 Aristid Breitkreuz |
Author | Aristid Breitkreuz, Michael Snoyman |
Maintainer | felix.paulusma@gmail.com |
Category | Network, Web |
Home page | https://github.com/Vlix/http-types |
Source repo | this: git clone https://github.com/Vlix/http-types.git(tag 0.12.4) head: git clone https://github.com/Vlix/http-types.git |
Uploaded | by nideco at 2023年11月30日T02:34:25Z |
Distributions | Arch:0.12.4, Debian:0.12.3, Fedora:0.12.4, FreeBSD:0.8.6, LTSHaskell:0.12.4, NixOS:0.12.4, Stackage:0.12.4, openSUSE:0.12.4 |
Reverse Dependencies | 911 direct, 3103 indirect [details] |
Downloads | 253146 total (78 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating |
|
Status | Docs available [build log] Last success reported on 2023年11月30日 [all 1 reports] |
Readme for http-types-0.12.4
[back to package description]Generic HTTP types for Haskell (for both client and server code). This library also contains some utility functions, e.g. related to URI handling, that are not necessarily restricted in use to HTTP, but the scope is restricted to things that are useful inside HTTP, i.e. no FTP URI parsing.