Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 611 Bytes

response.md

File metadata and controls

17 lines (12 loc) · 611 Bytes

Response

Example Usage

import { Response } from "livepeer/models/components";

let value: Response = {};

Fields

Field Type Required Description
body string response body
status number HTTP status code
statusText string response status text