Re: Cookies with LibSoup
- From: Wouter Cloetens <zombie e2big org>
- To: Adrien BUSTANY <madcat mymadcat com>, libsoup-list gnome org
- Subject: Re: Cookies with LibSoup
- Date: Wed, 28 May 2008 14:05:54 +0200
On Wed, May 28, 2008 at 01:45:20PM +0200, Adrien BUSTANY wrote:
> I'd like to use libsoup for a personal project, but I have to use
> cookies... Is the cookies branch in git stable or completely development ?
> Are there other hacks to simulate cookies for libsoup ?
You can set and get the headers manually. This is how I set a cookie in
an HTTP client's request:
soup_message_headers_append (src->msg->request_headers, "Cookie", *cookie);
bfn, Wouter
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]