File: wp-includes/http.php
-
functionwp_remote_head()
Performs an HTTP request using the HEAD method and returns its response.
-
functionwp_remote_retrieve_headers()
Retrieves only the headers from the raw response.
-
functionwp_remote_retrieve_header()
Retrieves a single header by name from the raw response.