--- AnyEvent-HTTP/HTTP.pm 2008/06/04 11:59:22 1.4 +++ AnyEvent-HTTP/HTTP.pm 2008/06/04 12:03:47 1.5 @@ -54,7 +54,12 @@ Executes an HTTP-GET request. See the http_request function for details on additional parameters. -=item http_get $url, $body, key => value..., $cb->($data, $headers) +=item http_head $url, key => value..., $cb->($data, $headers) + +Executes an HTTP-HEAD request. See the http_request function for details on +additional parameters. + +=item http_post $url, $body, key => value..., $cb->($data, $headers) Executes an HTTP-POST request with a requets body of C<$bod>. See the http_request function for details on additional parameters.