--- AnyEvent-HTTP/HTTP.pm 2008/06/04 12:05:45 1.6 +++ AnyEvent-HTTP/HTTP.pm 2008/06/04 12:10:27 1.7 @@ -61,7 +61,7 @@ =item http_post $url, $body, key => value..., $cb->($data, $headers) -Executes an HTTP-POST request with a requets body of C<$bod>. See the +Executes an HTTP-POST request with a request body of C<$bod>. See the http_request function for details on additional parameters. =item http_request $method => $url, key => value..., $cb->($data, $headers) @@ -73,7 +73,7 @@ (or C if it wasn't available due to errors), and a hash-ref with response headers as second argument. -All the headers in that has are lowercased. In addition to the response +All the headers in that hash are lowercased. In addition to the response headers, the three "pseudo-headers" C, C and C contain the three parts of the HTTP Status-Line of the same name.