Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: send_status_lineChapter 17
The LWP Library
Next: Reference: send_response
 

send_basic_header

 $c->send_basic_header ( [code, [msg, [proto]]] )

Sends status line composed of the specified parameters and the Date and Server headers to the client. If no arguments are given, the default status line HTTP/1.1 200 OK is used.


Previous: Reference: send_status_linePerl in a NutshellNext: Reference: send_response
Reference: send_status_lineBook IndexReference: send_response