An MGET proposal for HTTP

ts (decoux@moulon.inra.fr)
Mon, 31 Oct 1994 07:45:34 +0100


> Proposal for an HTTP MGET Method

[lines deleted]

> C: GET /foo.html HTTP/2.0<CRLF>
> Accept: text/html, text/plain<CRLF>
^^^^^^^^^^^^^^^^^^^^^
> S: HTTP/2.0 200 Success<CRLF>
> Content-Type: text/html<CRLF>

If one of my CGI scripts receive this header line, it send a document
without inline image (no "image/gif", ... in the Accept fields) and you
don't need to have a MGET :-)

Guy Decoux