Re: Does Miniserv support HTTP/1.1?

Jiang Tao writes:
> It seems that HTTP/1.1 is being develpoed now, right?
> 
> I find that if I want the lib to send the
> HTTP/1.1 request, I need modify the definition
> in httputil.h : #define HTTP_VERSION "HTTP/1.1".
> 
> Now I want to know, if the Miniserv support HTTP/1.1?
> 
> The reason I want to use HTTP/1.1 is that it has a
> good push model: PUT method.

The Library already supports PUT and POST as well as DELETE, but the 
mini server doesn't use it yet. You can see how it is done on client 
side in the command line tool as well as in the line mode browser.

Henrik

Received on Tuesday, 5 March 1996 20:19:15 UTC