blob: 887b9ecf25d11763d409bce522c7742a6e4dc0b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
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
</longdescription>
<use>
<flag name="aws">Enable AWS tests</flag>
<flag name="httpbin">Install client</flag>
</use>
</pkgmetadata>
|