Re: HTTP Methods

On Mar 9, 2004, at 11:21 AM, Patrick Stickler wrote:
> On Mar 09, 2004, at 12:05, ext Dirk-Willem van Gulik wrote:
>> On Mar 9, 2004, at 10:37 AM, Patrick Stickler wrote:
>>
>>> URIQA imposes *no* modifications to existing HTTP clients. All 
>>> enhancments are
>>>
>> I must be missing something fundamental. HOW does the client, who 
>> needs data
>> -about- the URL, i.e. the RDF, fetch that data ?
..
> If that client wanted a description of the resource denoted by the
> URI http://example.com/foo, it would submit a request
>
>    MGET /foo HTTP/1.1
>    Host: example.com
>
> Note that the only difference is the method used, and specifying
> the request method is part of the core HTTP client architecture.

Ok -- so the client MUST be modified in that case - i.e. on needs
to add code to do 'MGET' instead of 'GET' if the client wanted a
description of the resource denoted by the URL.

Dw

Received on Tuesday, 9 March 2004 05:31:44 UTC