[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2008-06-02 (20:14) |
From: | Robert Fischer <robert.fischer@s...> |
Subject: | HTTP Client for OCaml |
Is there an HTTP client which can 1) do HTTP authentication and 2) report on status codes? I've tried both libcurl and ocamlnet, and encountered serious problems in both -- libcurl reports that CURLINFO_RESPONSE_CODE isn't implemented, and ocamlnet throws steaming assertion death if authentication fails. So I'm looking for a new option. ~~ Robert.