@hackage / wreq-sb

An easy-to-use HTTP client library.

Version Deprecated package0.4.0.0

About

Metadata

  • Last updated , by sestrella
  • License BSD-3-Clause
  • Categories Web Development
  • Maintained by: bos@serpentine.com

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Package Flags

Use the -f option with cabal commands to enable flags

    doctest (on by default)

    enable doctest tests

    aws (off by default)

    enable AWS tests

    httpbin (off by default)

    enable httpbin test daemon

    developer (off by default)

    build in developer mode

Readme

A web client library that is designed for ease of use.

Tutorial: http://www.serpentine.com/wreq/tutorial.html

Features include:

  • Simple but powerful lens-based API

  • A solid test suite, and built on reliable libraries like http-client and lens

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

  • Automatic response body 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

  • Early TLS support via the tls package