"Graham Dumpleton" <[EMAIL PROTECTED]> writes:

> All headers which come from the client are available through the
> 'headers_in'
> attribute of the request object. Eg.
>
>   def handler(req):
>     ct = req.headers_in.get('Content-Type')
>     ...

Thanks - it's even mentioned in the mod_python manual. Don't know how
I missed it :(
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to