Приглашаем посетить
Романтизм (19v-euro-lit.niv.ru)

Reference: add_cookie_header

PreviousChapter 17
The LWP Library
Next
 

add_cookie_header

 $cjar->add_cookie_header($request)

Adds appropriate Cookie headers to an HTTP::Request object $request. $request must already be created with a valid URL address. This method will search the cookie jar for any cookies matching the request URL. If the cookies are valid (i.e., have not expired) they are used to create Cookie headers and are added to the request.


PreviousHomeNext
17.3 The HTTP ModulesBook IndexReference: as_string