File: README.md

package info (click to toggle)
libyahc-perl 0.035-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 440 kB
  • sloc: perl: 3,661; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[![Tavis-CI Build Status](https://travis-ci.org/ikruglov/YAHC.png?branch=master)](https://travis-ci.org/ikruglov/YAHC)

[YAHC on MetaCPAN](https://metacpan.org/pod/YAHC)

YAHC - Yet another HTTP client

Features:
- minimalistic HTTP client
- managing pool of HTTP requests
- each connection is async
- user controls connections behavior
- support of various retry techincs
- support backoff
- support SSL

The code is under development. Changes to the interfaces are possible without notice.