"bob tod" <[EMAIL PROTECTED]> writes:

> I need to be able to push a header into the request object without LWP
> converting the case of the key.
>
> eg. i do:
> 
> $request->push_header("xxx-xxx-xxx","text");
> 
> The actual headers recieved by the server are:
> 
> "Xxx-Xxx-Xxx"->"text"
> 
> Can this be over-ruled?????

Actually, no.  The server is broken if this matters.  You did not try
to explain why you need to do this.  If you still insist here are some
options you might try:

  - hack the HTTP::Headers module to do what you want
  - use Net::HTTP directly

Regards,
Gisle

Reply via email to