[
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: | 2007-08-28 (14:12) |
From: | Gerd Stolpmann <info@g...> |
Subject: | Re: [Caml-list] cookies in netclient |
Am Dienstag, den 28.08.2007, 14:48 +0200 schrieb Hendrik Tews: > Gerd Stolpmann <info@gerd-stolpmann.de> writes: > > No, not automatically, i.e. it doesn't mimick the behaviour of a > browser. You can get cookies by looking in the header, and also set them > in the header. There are helper functions for this in Nethttp.Header. > > Well but then I can't use the Convenience module, can I? No, you can't. It is made for simple cases. > I briefly looked at Convenience.http_get. I have the impression > that in order to store cookies in the header I should modify the > header after the creation of the http_call object with > new get (...). But how do I access to the get http_header object > that I suppose is somewhere inside http_call? request_header method. > Unfortunately, get_set_cookie is missing (I have an implementation if > you really need it). > > This one would retrieve the cookies as an Nethttp.cookie list? I > don't know yet if I need it. yes. You find it if you need it: https://godirepo.camlcity.org/wwwsvn/trunk/code/get-set-cookie.ml?rev=1145&root=lib-ocamlnet2&view=auto Gerd > > > I would like to use ocamlnet instead of > "curl -b cookies.txt -c cookies.txt ..." to retrieve pages and > submit data with the post method. Any hints are appreciated. > > Bye, > > Hendrik > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs > -- ------------------------------------------------------------ Gerd Stolpmann * Viktoriastr. 45 * 64293 Darmstadt * Germany gerd@gerd-stolpmann.de http://www.gerd-stolpmann.de Phone: +49-6151-153855 Fax: +49-6151-997714 ------------------------------------------------------------