HTTPボディ
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
「[[マイクロソフト系技術情報 Wiki>http://techinfoofmicros...
-[[戻る>HTTP]]
* 目次 [#b5de98d8]
#contents
*概要 [#y76ecaa4]
-HTTPボディはリクエストとレスポンスに分かれる。
-HTTPヘッダ次第でボディが有ったり無かったりする。
-ボディのフォーマットは、Content-Typeに指定される。
*詳細 [#vdacd734]
**リクエスト [#za02a9bd]
POSTの場合、ボディ有り(GETの場合、ボディ無し)。
-form~
Content-Type: application/x-www-form-urlencoded
-xml~
Content-Type: text/xml か application/xml
-json~
Content-Type: text/json か application/json
**レスポンス [#k56e60e4]
リダイレクトなどを除いて、基本的に、ボディ有り。
-html~
Content-Type: text/html
-xml~
Content-Type: text/xml か application/xml
-json~
Content-Type: text/json か application/json
----
Tags: [[:IT国際標準]], [[:通信技術]]
終了行:
「[[マイクロソフト系技術情報 Wiki>http://techinfoofmicros...
-[[戻る>HTTP]]
* 目次 [#b5de98d8]
#contents
*概要 [#y76ecaa4]
-HTTPボディはリクエストとレスポンスに分かれる。
-HTTPヘッダ次第でボディが有ったり無かったりする。
-ボディのフォーマットは、Content-Typeに指定される。
*詳細 [#vdacd734]
**リクエスト [#za02a9bd]
POSTの場合、ボディ有り(GETの場合、ボディ無し)。
-form~
Content-Type: application/x-www-form-urlencoded
-xml~
Content-Type: text/xml か application/xml
-json~
Content-Type: text/json か application/json
**レスポンス [#k56e60e4]
リダイレクトなどを除いて、基本的に、ボディ有り。
-html~
Content-Type: text/html
-xml~
Content-Type: text/xml か application/xml
-json~
Content-Type: text/json か application/json
----
Tags: [[:IT国際標準]], [[:通信技術]]
ページ名: