ApiResponse typedef

ApiResponse = Response

An HTTP response where the entire response body is known in advance.

応答本文全体が事前にわかっている HTTP レスポンス。

Implementation

typedef ApiResponse = http.Response;