Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/HTTP/Proxy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ Named parameters can be used to create the match routine. They are:
query - the URI query string
mime - the MIME type (for a response-body filter)

The filters are applied only when all the the parameters match the
The filters are applied only when all the parameters match the
request or the response. All these named parameters have default values,
which are:

Expand Down Expand Up @@ -971,7 +971,7 @@ This method is called by C<start()> if needed.
=item push_filter()

The C<push_filter()> method is used to add filters to the proxy.
It is fully described in section L<FILTERS>.
It is fully described in section L</FILTERS>.

=back

Expand Down