ApiResquest typedef
ApiResquest = Request
An HTTP request where the entire request body is known in advance.
リクエスト本文全体が事前にわかっている HTTP リクエスト。
Implementation
typedef ApiResquest = http.Request;
An HTTP request where the entire request body is known in advance.
リクエスト本文全体が事前にわかっている HTTP リクエスト。
typedef ApiResquest = http.Request;