Displaying 2 results from an estimated 2 matches for "op_vopen_url".
Did you mean:
op_open_url
2013 Aug 21
2
Get server headers.
Is it possible to get the HTTP server headers for URL streams opened with
op_open_url, op_vopen_url? If not, is there an alternative that I can use
get get the headers?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20130821/08162909/attachment.htm
2013 Aug 21
0
Get server headers.
alpha thinktink wrote:
> Is it possible to get the HTTP server headers for URL streams opened
> with op_open_url, op_vopen_url? If not, is there an alternative that I
> can use get get the headers?
There isn't. This gets complicated by the fact that for redirects or
proxy connections, there may be multiple sets of headers per request,
and for seekable streams there may be lots of requests, each with their
own s...