memrootじしょ
英和翻訳
HTTP method
swift execution
ASP.NET
data preprocessing
SWIFT code
code name
code standard
angular bracket
epithets
array indexing
HTTP method
[ˌeɪtʃ tiː tiː ˈpiː ˈmɛθəd]
エイチティーティーピー メソッド
1.
HTTP通信において、クライアントがサーバーに対して実行したいアクションを示すコマンドです。
Webブラウザなどのクライアントが、Webサーバーに対して「このリソースを読み込みたい」「このデータを送りたい」といった、どのような操作を望んでいるかを伝えるためのコマンドです。主要なものにGET、POST、PUT、DELETEなどがあります。
The
most
common
HTTP
methods
are
GET
and
POST.
(最も一般的なHTTPメソッドはGETとPOSTです。)
The most common
最も一般的な
HTTP methods
HTTPメソッド
are
〜である
GET and POST
GETとPOST
When
submitting
a
form,
you
typically
use
the
POST
HTTP
method.
(フォームを送信する際、通常はPOST HTTPメソッドを使用します。)
When submitting a form
フォームを送信する際
you typically use
あなたは通常使用する
the POST HTTP method
POST HTTPメソッド
Each
HTTP
method
has
a
specific
semantic
meaning
and
purpose.
(各HTTPメソッドには、特定の意味論的な意味と目的があります。)
Each HTTP method
各HTTPメソッド
has
持っている
a specific semantic meaning
特定の意味論的な意味
and purpose
と目的
Understanding
HTTP
methods
is
crucial
for
building
RESTful
APIs.
(HTTPメソッドを理解することは、RESTful APIを構築するために不可欠です。)
Understanding HTTP methods
HTTPメソッドを理解すること
is crucial for
〜にとって不可欠である
building RESTful APIs
RESTful APIを構築すること
関連
GET
POST
PUT
DELETE
HTTP status code
REST API
Web server
Client