Приглашаем посетить
Литература 20 век (20v-euro-lit.niv.ru)

Reference: send_response

PreviousChapter 17
The LWP Library
Next
 

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.


PreviousHomeNext
Reference: send_basic_headerBook IndexReference: send_redirect