Popularity
5.1
Stable
Activity
0.0
Stable
1
6
0

Monthly Downloads: 4
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Wreq    
Latest version: v0.4.0.0

wreq-sb alternatives and similar packages

Based on the "Web" category.
Alternatively, view wreq-sb alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of wreq-sb or a related project?

Add another 'Web' Package

README

wreq: a Haskell web client library Build Status

wreq is a library that makes HTTP client programming in Haskell easy.

Features

  • Simple but powerful lens-based API

  • Over 100 tests, and built on reliable libraries like http-client and lens

  • Session handling includes connection keep-alive and pooling, and cookie persistence

  • Automatic decompression

  • Powerful multipart form and file upload handling

  • Support for JSON requests and responses, including navigation of schema-less responses

  • Basic and OAuth2 bearer authentication

  • Amazon Web Services (AWS) request signing (Version 4)

  • AWS signing supports sending requests through the Runscope Inc. Traffic Inspector

Tutorials

See the tutorials for a quick-start.

Is it done?

No! See [TODO.md](TODO.md) for a rather long list of ideas.