Searched refs:Response (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.cpp7 #include "Response.h"
231 Response::Response() function in class:IMAP::Response
239 Response::~Response()
245 Response::SetTo(const char* line) throw(ParseException)
275 Response::IsCommand(const char* command) const
282 Response::ParseLine(ArgumentList& arguments, const char*& line)
329 Response::Consume(const char*& line, char c)
339 Response
[all...]
H A DResponse.h104 class Response : public ArgumentList { class in namespace:IMAP
106 Response();
107 ~Response();
/haiku-fatelf/src/bin/network/wget/tests/
H A DTest-proxied-https-auth.px56 $rspn = HTTP::Response->new(200, 'OK');
78 $rspn = HTTP::Response->new(401, 'Unauthorized', [
88 $rspn = HTTP::Response->new(200, 'OK', [
H A DHTTPServer.pm9 use HTTP::Response;
78 my $resp = HTTP::Response->new ($code, $msg);
79 print STDERR "HTTP::Response: \n", $resp->as_string if $log;
85 print STDERR "HTTP::Response with headers: \n", $resp->as_string if $log;
128 print STDERR "HTTP::Response with content: \n", $resp->as_string if $log;
132 print STDERR "HTTP::Response sent: \n", $resp->as_string if $log;

Completed in 108 milliseconds