http.php は、WordPressのHTTPリクエストを標準化します。クッキーの処理、gzipのエンコードとデコードなどをします。 コアHTTPリクエストAPI 関数 リストと各、Core HTTP Request API functions タグの説明と使い方。
http.phpファイルは wp-includes ディレクトリに保存されています。
http.php タグリスト

WordPress http.php 関数 リスト
wp-includes/http.php
| コード | 説明 | タイプ |
|---|---|---|
| _get_component_from_parsed_url_array() | _get_component_from_parsed_url_array() とは、解析されたURL配列から特定のコンポーネントを取得します。http.php : 701 | functions |
| _wp_http_get_object() | _wp_http_get_object() とは、初期化されたWP_Httpオブジェクトを返します。http.php : 726 | functions |
| _wp_translate_php_url_constant_to_key() | _wp_translate_php_url_constant_to_key() とは、 PHP_URL_ *定数を、PHPが使用する名前付き配列キーに変換します。http.php : 656 | functions |
| allowed_http_origin | allowed_http_origin とは、許可されたHTTP起点の結果を変更します。http.php : 346 | hooks |
| allowed_http_origins | allowed_http_origins とは、 HTTPリクエストに許可されるオリジンタイプを変更します。http.php : 304 | hooks |
| allowed_http_request_hosts() | allowed_http_request_hosts() とは、ホワイトリストはリダイレクトホストに安全なHTTPリクエストを許可しました。http.php : 321 | functions |
| get_http_origin() | get_http_origin() とは、現在のリクエストのHTTP Originを取得します。http.php : 443 | functions |
| http_origin | http_origin とは、 HTTPリクエストの原点を変更します。http.php : 454 | hooks |
| http_request_host_is_external | http_request_host_is_external とは、 HTTPリクエストが外部かどうかを確認します。http.php : 471 | hooks |
| is_allowed_http_origin() | is_allowed_http_origin() とは、 HTTP発信元が許可されているかどうかを判断します。http.php : 487 | functions |
| ms_allowed_http_request_hosts() | ms_allowed_http_request_hosts() とは、安全なHTTP要求のために、マルチサイトインストール内の任意のドメインをホワイトリストに登録します。http.php : 514 | functions |
| send_origin_headers() | send_origin_headers() とは、現在の要求が許可された発信元からのものであれば、Access-Control-Allow-Originおよび関連ヘッダーを送信します。http.php : 565 | functions |
| wp_http_supports() | wp_http_supports() とは、この要求を処理できるHTTPトランスポートがあるかどうかを判断します。http.php : 595 | functions |
| wp_http_validate_url() | wp_http_validate_url() とは、 HTTP APIで安全に使用するためにURLを検証します。http.php : 615 | functions |
| wp_parse_url() | wp_parse_url() とは、 PHPのparse_url()functionsのラッパーで、PHPバージョン間の戻り値の一貫性を処理します。http.php : 202 | functions |
| wp_remote_get() | wp_remote_get() とは、 GETMethodを使用してHTTP要求から生の応答を取得します。http.php : 218 | functions |
| wp_remote_head() | wp_remote_head() とは、 HEADMethodを使用して、HTTP要求から生の応答を取得します。http.php : 235 | functions |
| wp_remote_request() | wp_remote_request() とは、 HTTP要求から生の応答を取得します。http.php : 22 | functions |
| wp_remote_retrieve_body() | wp_remote_retrieve_body() とは、生の応答から身体のみを取得する。http.php : 257 | functions |
| wp_remote_retrieve_body() | wp_remote_retrieve_body() とは、生の応答から身体のみを取得する。http.php : 46 | functions |
| wp_remote_retrieve_cookie() | wp_remote_retrieve_cookie() とは、生の応答から単一のCookieを名前で取得します。http.php : 274 | functions |
| wp_remote_retrieve_cookie_value() | wp_remote_retrieve_cookie_value() とは、生の応答から単一のCookieの値を名前で取得します。http.php : 67 | functions |
| wp_remote_retrieve_cookies() | wp_remote_retrieve_cookies() とは、生の応答からクッキーのみを取得します。http.php : 289 | functions |
| wp_remote_retrieve_header() | wp_remote_retrieve_header() とは、生の応答から単一のヘッダーを名前で取得します。http.php : 88 | functions |
| wp_remote_retrieve_headers() | wp_remote_retrieve_headers() とは、未処理の応答からヘッダーのみを取得します。http.php : 367 | functions |
| wp_remote_retrieve_response_code() | wp_remote_retrieve_response_code() とは、生の応答から応答コードのみを取得します。http.php : 109 | functions |
| wp_remote_retrieve_response_message() | wp_remote_retrieve_response_message() とは、生の応答から応答メッセージのみを取得します。http.php : 396 | functions |
| wp_safe_remote_get() | wp_safe_remote_get() とは、 GETMethodを使用して、安全なHTTP要求から生の応答を取得します。http.php : 151 | functions |
| wp_safe_remote_head() | wp_safe_remote_head() とは、 HEADMethodを使用して、安全なHTTP要求から生の応答を取得します。http.php : 408 | functions |
| wp_safe_remote_post() | wp_safe_remote_post() とは、 POSTMethodを使用して、安全なHTTP要求から生の応答を取得します。http.php : 289 | functions |
| wp_safe_remote_request() | wp_safe_remote_request() とは、安全なHTTP要求から生の応答を取得します。http.php : 88 | functions |
| ソース ファイル | wp-includes/http.php | File |
WordPress バージョン 4.8.1 wp-includes
| wp-includes/ フォルダ | |
| wp-includes/ certificates | wp-includes/ pomo |
| wp-includes/ css | wp-includes/ random_compat |
| wp-includes/ customize | wp-includes/ Requests |
| wp-includes/ fonts | wp-includes/ rest-api |
| wp-includes/ ID3 | wp-includes/ SimplePie |
| wp-includes/ images | wp-includes/ Text |
| wp-includes/ IXR | wp-includes/ theme-compat |
| wp-includes/ js | wp-includes/ widgets |
