Home
last modified time | relevance | path

Searched refs:read_response_header (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
D030_response.t26 is_deeply(_header($handle->read_response_header), $exp, "->read_response_header CRLF");
34 is_deeply(_header($handle->read_response_header), $exp, "->read_response_header LF");
42 my $res = eval{ $handle->read_response_header };
51 my $res = eval{ $handle->read_response_header };
62 …is_deeply(_header($handle->read_response_header), $exp, "->read_response_header empty phrase prece…
72 …is_deeply(_header($handle->read_response_header), $exp, "->read_response_header empty phrase witho…
/openbsd/src/gnu/usr.bin/perl/cpan/HTTP-Tiny/lib/HTTP/
DTiny.pm669 do { $response = $handle->read_response_header }
807 do { $response = $handle->read_response_header }
1544 sub read_response_header { subroutine