Re: OPTIONS method

>Is there a header that can be passed with an OPTIONS method request
>to probe for protocol support of a feature?
>
>OPTIONS * HTTP/1.1
>query: foobar 

Not yet.  It would be a good project to come up with a complete definition
of OPTIONS (the existing one is only a skeleton for future extension)
including both the request and the response format.  I wouldn't do it
as a header field, though.  There is a good reason why requests can
contain bodies, and those bodies have a type, encoding, etc.

....Roy

Received on Wednesday, 11 June 1997 10:41:24 UTC