[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