[
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: | -- (:) |
| From: | Robert Fischer <robert@f...> |
| Subject: | Re: [Caml-list] HTTP Client for OCaml |
Sure, we can take a swing at fixing the errors. It wouldn't have been the first time I started playing with an OCaml library and then discovered it was superseded, though, so I wanted to double-check. :) Gerd: I'll pitch you some example code off-list. Anyone else want in on that action? ~~ Robert. Gerd Stolpmann wrote: > Am Montag, den 02.06.2008, 15:14 -0500 schrieb Robert Fischer: >> 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. > > For example, fixing the errors? I could do that for ocamlnet, given I > have a description of the error case. > > Gerd