Mailing List Archive

HTTP 1.1 anyone?
Is anyone working on an HTTP 1.1 implementation in Python? I am
considering creating variants of BaseHTTPServer and httplib to handle the
1.1 protocol. But I would not like to re-invent the wheel.

Thanks,
Arnold

---
Arnold deVos
Langdale Consultants
adv@langdale.com
HTTP 1.1 anyone? [ In reply to ]
Which part(s) of it? Are you looking for just one feature, or everything
(everything being a pretty tall order)?


----- Original Message -----
From: Arnold de Vos <adv@langdale.com.au>
Newsgroups: comp.lang.python
To: <python-list@cwi.nl>
Sent: Saturday, July 24, 1999 6:02 PM
Subject: HTTP 1.1 anyone?


> Is anyone working on an HTTP 1.1 implementation in Python? I am
> considering creating variants of BaseHTTPServer and httplib to handle the
> 1.1 protocol. But I would not like to re-invent the wheel.
>
> Thanks,
> Arnold
>
> ---
> Arnold deVos
> Langdale Consultants
> adv@langdale.com
>
>
>
>
>
HTTP 1.1 anyone? [ In reply to ]
Arnold de Vos <adv@langdale.com.au> wrote:
> Is anyone working on an HTTP 1.1 implementation in Python? I am
> considering creating variants of BaseHTTPServer and httplib to handle the
> 1.1 protocol. But I would not like to re-invent the wheel.

httplib: http://www.lyra.org/greg/

</F>
HTTP 1.1 anyone? [ In reply to ]
Hi,

I'm mainly interested in the persistent connections and request pipelining.

- Arnold



----- Original Message -----
From: Mark Nottingham <mnot@pobox.com>
To: Arnold de Vos <adv@langdale.com.au>
Cc: <python-list@cwi.nl>
Sent: Saturday, July 24, 1999 6:56 PM
Subject: Re: HTTP 1.1 anyone?


> Which part(s) of it? Are you looking for just one feature, or everything
> (everything being a pretty tall order)?
>
>
> ----- Original Message -----
> From: Arnold de Vos <adv@langdale.com.au>
> Newsgroups: comp.lang.python
> To: <python-list@cwi.nl>
> Sent: Saturday, July 24, 1999 6:02 PM
> Subject: HTTP 1.1 anyone?
>
>
> > Is anyone working on an HTTP 1.1 implementation in Python? I am
> > considering creating variants of BaseHTTPServer and httplib to handle
the
> > 1.1 protocol. But I would not like to re-invent the wheel.
> >
> > Thanks,
> > Arnold
> >
> > ---
> > Arnold deVos
> > Langdale Consultants
> > adv@langdale.com
> >
> >
> >
> >
> >