Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: send_basic_headerChapter 17
The LWP Library
Next: Reference: send_redirect
 

send_response

 $c->send_response ( [$resp | @resplist] )

Sends a response to the client created from the HTTP::Response object, $resp, or the list of parameters, @resplist. The resplist parameters are the same as those used in the constructor for HTTP::Response and must at least contain a status code. If no argument is given, the default OK response is sent.


Previous: Reference: send_basic_headerPerl in a NutshellNext: Reference: send_redirect
Reference: send_basic_headerBook IndexReference: send_redirect