1
0
mirror of https://github.com/git/git.git synced 2024-09-22 11:21:15 +02:00
git/t/lib-httpd
Dave Borowitz 912b2acf2f http: add http.savecookies option to write out HTTP cookies
HTTP servers may send Set-Cookie headers in a response and expect them
to be set on subsequent requests. By default, libcurl behavior is to
store such cookies in memory and reuse them across requests within a
single session. However, it may also make sense, depending on the
server and the cookies, to store them across sessions. Provide users
an option to enable this behavior, writing cookies out to the same
file specified in http.cookiefile.

Signed-off-by: Dave Borowitz <dborowitz@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2013-07-30 09:19:04 -07:00
..
apache.conf http: add http.savecookies option to write out HTTP cookies 2013-07-30 09:19:04 -07:00
broken-smart-http.sh
passwd
ssl.cnf