mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:53:39 +03:00
Giaslas Georgios introduced CURLINFO_CONTENT_TYPE
This commit is contained in:
parent
c341b11aaf
commit
76c53c690c
5 changed files with 43 additions and 2 deletions
|
|
@ -666,7 +666,11 @@ typedef enum {
|
|||
|
||||
CURLINFO_STARTTRANSFER_TIME = CURLINFO_DOUBLE + 17,
|
||||
|
||||
CURLINFO_LASTONE = 18
|
||||
CURLINFO_CONTENT_TYPE = CURLINFO_STRING + 18,
|
||||
|
||||
/* Fill in new entries here! */
|
||||
|
||||
CURLINFO_LASTONE = 19
|
||||
} CURLINFO;
|
||||
|
||||
/* unfortunately, the easy.h include file needs the options and info stuff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue