Files
EWF/library/network/http_client
Jocelyn Fiat 29c4931dc0 Added support for chunked transfer-encoding response.
Implemented correctly the redirection support for NET_HTTP_CLIENT...
Added the possibility to use HTTP/1.0 .
Splitted the manual tests that were using during development.
First step to redesign and clean the new code.
2015-10-19 08:46:22 +02:00
..
2015-10-19 08:46:21 +02:00
2015-10-19 08:46:21 +02:00

simple HTTP client

Overview

Requirements

  • Eiffel cURL library
  • cURL dynamic libraries in the PATH or the current directory (.dll or .so)

This means on Windows, do not forget to copy the libcurl.dll (and related) either in the same directory of the executable, or ensure the .dll are in the PATH environment.

Usage

Examples