$h->push_header(field => val)
Adds a new header field and value to the object. Previous values of the field are not removed.
$h->push_header(Accept => 'image/jpeg');
Copyright © 2001 O'Reilly & Associates. All rights reserved.