The latest version of dormouse-client is 0.3.0.0-0.

dormouse-client

Version 0.2.1.0 revision 0 uploaded by philcurzon.

Package meta

Synopsis
Simple, type-safe and testable HTTP client
Description

An HTTP client designed to be productive, easy to use, easy to test, flexible and safe!

It was designed with the following objectives in mind:

  • HTTP requests and responses should be modelled by a simple, immutable Haskell Record.

  • Actual HTTP calls should be made via an abstraction layer (MonadDormouseClient) so testing and mocking is painless.

  • Illegal requests should be unrepresentable, such as HTTP GET requests with a content body.

  • It should be possible to enforce a protocol (e.g. https) at the type level.

  • It should be possible to handle large request and response bodies via constant memory streaming.

Please see https://dormouse.io for full documentation.

Author
Phil Curzon
Bug reports
https://github.com/theinnerlight/dormouse/issues
Category
Web
Copyright
2020-2021 Phil Curzon
Homepage
https://dormouse.io/client.html
Maintainer
phil@novelfs.org
Package URL
n/a
Stability
n/a

Components