Can be used by the api user to figure out what http features the server supports based on the response received.
Signed-off-by: Aman Gupta <aman@tmm1.net>
{"post_data","set custom HTTP post data",OFFSET(post_data),AV_OPT_TYPE_BINARY,.flags=D|E},
{"mime_type","export the MIME type",OFFSET(mime_type),AV_OPT_TYPE_STRING,{.str=NULL},0,0,AV_OPT_FLAG_EXPORT|AV_OPT_FLAG_READONLY},
{"http_version","export the http response version",OFFSET(http_version),AV_OPT_TYPE_STRING,{.str=NULL},0,0,AV_OPT_FLAG_EXPORT|AV_OPT_FLAG_READONLY},
{"cookies","set cookies to be sent in applicable future requests, use newline delimited Set-Cookie HTTP field value syntax",OFFSET(cookies),AV_OPT_TYPE_STRING,{.str=NULL},0,0,D},