Title: wp-includes/class-wp-http-requests-hooks.php | Developer.WordPress.org

---

# File: wp-includes/class-wp-http-requests-hooks.php

 * hook[requests-{$hook}](https://developer.wordpress.org/reference/hooks/requests-hook/)
 * Transforms a native Request hook to a WordPress action.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/requests-hook/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/requests-hook/#uses)
   | Source: [wp-includes/class-wp-http-requests-hooks.php:75](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-http-requests-hooks.php#L75-L75)
 * method[WP_HTTP_Requests_Hooks::dispatch()](https://developer.wordpress.org/reference/classes/wp_http_requests_hooks/dispatch/)
 * Dispatch a Requests hook to a native WordPress action.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_http_requests_hooks/dispatch/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_http_requests_hooks/dispatch/#uses)
   | Source: [wp-includes/class-wp-http-requests-hooks.php:51](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-http-requests-hooks.php#L51-L78)
 * class[WP_HTTP_Requests_Hooks](https://developer.wordpress.org/reference/classes/wp_http_requests_hooks/)
 * Bridge to connect Requests internal hooks to WordPress actions.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_http_requests_hooks/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_http_requests_hooks/#uses)
   | Source: [wp-includes/class-wp-http-requests-hooks.php:17](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-http-requests-hooks.php#L17-L79)
 * method[WP_HTTP_Requests_Hooks::__construct()](https://developer.wordpress.org/reference/classes/wp_http_requests_hooks/__construct/)
 * Constructor.
 * Used by [1 function](https://developer.wordpress.org/reference/classes/wp_http_requests_hooks/__construct/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_http_requests_hooks/__construct/#uses)
   | Source: [wp-includes/class-wp-http-requests-hooks.php:39](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-http-requests-hooks.php#L39-L42)