erlang-ibrowse 4.1.2-1 source package in Ubuntu

Changelog

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

  * Imported Upstream version 4.1.2

 -- Philipp Huebner <email address hidden>  Thu, 06 Aug 2015 12:15:23 +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.1.2-1.dsc 1.9 KiB d5645ffcc39bbbf67ad17335310d9d349944a5f44af92502a5afdfb6530235c7
erlang-ibrowse_4.1.2.orig.tar.gz 57.1 KiB be8109c5b882782edad817fbe46f3e0515494ca131b7f7a100ac493f4259893c
erlang-ibrowse_4.1.2-1.debian.tar.xz 3.1 KiB 3e64ef8fbc61ea43dff4243903005ffdc75636b39c005db8b8aa6deb5ce2c047

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