erlang-ibrowse 4.2-1 source package in Ubuntu

Changelog

erlang-ibrowse (4.2-1) unstable; urgency=medium

  * Imported Upstream version 4.2

 -- Philipp Huebner <email address hidden>  Sun, 04 Oct 2015 10:08:54 +0200

Upload details

Uploaded by:
Philipp Huebner
Uploaded to:
Sid
Original maintainer:
Philipp Huebner
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
erlang-ibrowse_4.2-1.dsc 1.9 KiB 4ee79652e19a557e37196c2f701aac05fdc326e0096b4251e18c79bd98c7cd05
erlang-ibrowse_4.2.orig.tar.gz 61.6 KiB 9f17692d4a8d6381c64b38fbfa10a5c3c8db763fc069ca7850a7a31e01614020
erlang-ibrowse_4.2-1.debian.tar.xz 3.6 KiB e1026119f91ce77082425ce8cef1e1a4efee9bfef6459ba23c499b7b859b606f

Available diffs

No changes file available.

Binary packages built by this source

erlang-ibrowse: HTTP client written in erlang

 Features:
  * [RFC2616](http://www.ietf.org/rfc/rfc2616.txt) compliant (AFAIK)
  * GET, POST, OPTIONS, HEAD, PUT, DELETE, TRACE, MKCOL, PROPFIND,
    PROPPATCH, LOCK, UNLOCK, MOVE and COPY
  * HTTP/0.9, HTTP/1.0 and HTTP/1.1
  * chunked encoding
  * generating requests using Chunked Transfer-Encoding
  * Pools of connections to each webserver
  * Pipelining support
  * Download to file
  * Asynchronous requests. Responses are streamed to a process
  * Basic authentication
  * Supports proxy authentication
  * Supports socks5
  * Can talk to secure webservers using SSL
 and more