curl-library
Patch to add new feature to libcurl
From: Larry Campbell <Larry.Campbell_at_akamai.com>
Date: Sat, 1 Mar 2003 14:13:50 -0500
Received on 2003-03-02
Date: Sat, 1 Mar 2003 14:13:50 -0500
I need to get at the full Content-type header of HTTP responses;
CURLINFO_CONTENT_TYPE only give me the media type part, and
deliberately strips off the remainder, which includes the charset
parameter.
So I've added CURLINFO_FULL_CONTENT_TYPE which returns the full header,
not just the media type.
Here's the diff:
Feel free to use license free blah blah...
-- Larry Campbell ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf
- application/octet-stream attachment: curl.patch