Giaslas Georgios introduced CURLINFO_CONTENT_TYPE

This commit is contained in:
Daniel Stenberg
2002-01-29 10:49:32 +00:00
parent c341b11aaf
commit 76c53c690c
5 changed files with 43 additions and 2 deletions

View File

@@ -432,6 +432,8 @@ struct PureInfo {
the time was unretrievable */
long header_size; /* size of read header(s) in bytes */
long request_size; /* the amount of bytes sent in the request(s) */
char *contenttype; /* the content type of the object */
};