Skip to content
Merged
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
2 changes: 1 addition & 1 deletion lib/HTTP/Tiny.pm
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ Executes an HTTP request of the given method type ('GET', 'HEAD', 'POST',
international domain names encoded.

B<NOTE>: Method names are B<case-sensitive> per the HTTP/1.1 specification.
Don't use C<get> when you really want C<GET>. See L<LIMITATIONS> for
Don't use C<get> when you really want C<GET>. See L</LIMITATIONS> for
how this applies to redirection.

If the URL includes a "user:password" stanza, they will be used for Basic-style
Expand Down