• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/

Lines Matching +refs:cvs +refs:add +refs:default +refs:message

18 @EXPORT = ();               # no export by default
515 $conn->send_status_line( $code, $response->message,
614 $select->add($_);
704 my ($message, $filter ) = (shift, shift);
705 croak "'$message' is not a filter stack"
706 unless $message =~ /^(request|response)$/;
708 croak "Not a Filter reference for filter queue $message"
719 undef $mime if $message eq 'request';
736 $self->{$stack}{$message}->push( [ $match, $filter ] );
815 You can alter the way the default HTTP::Proxy works by plugging callbacks
822 the default, bare minimum behaviour.
828 You can add your own filters to the default ones with the
847 If several filters match the message, they will be applied in the order
860 request or the response. All these named parameters have default values,
909 my ( $self, $dataref, $message, $protocol, $buffer ) = @_;
948 be passed as parameters to replace the default.
962 The C<push_filter()> method is used to add filters to the proxy.
1037 The proxy HTTP::Daemon host (default: 'localhost').
1039 This means that by default, the proxy answers only to clients on the
1043 This default prevents your proxy to be used as an anonymous proxy
1058 A filehandle to a logfile (default: *STDERR).
1062 Be verbose in the logs (default: NONE).
1084 Note that all the logging constants are not exported by default, but
1096 to handle client requests (default: depends on the engine).
1107 returning from start(). 0 (the default) means never stop accepting
1127 The proxy C<HTTP::Daemon> port (default: 8080).
1171 The timeout used by the internal LWP::UserAgent (default: 60).
1180 prevent its addition. (default: C<$hostname (HTTP::Proxy/$VERSION)>)
1185 (default: true)
1213 =item log( $level, $prefix, $message )
1215 Adds C<$message> at the end of C<logfh>, if $level matches C<logmask>.
1220 [Thu Dec 5 12:30:12 2002] ($$) $prefix: $message
1224 If C<$message> is a multiline string, several log lines will be output,
1301 No symbols are exported by default. The C<:log> tag exports all the
1326 As from version 0.16, the default engine is C<HTTP::Proxy::Engine::NoFork>.
1342 discussion about C<HTTP::Proxy> and http-proxy-cvs@mongueurs.net for