Advertisement
Guest User

Untitled

a guest
Apr 7th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.92 KB | None | 0 0
  1.     Response {
  2.         status: Created,
  3.         headers: Headers {
  4.             Content-Type: application/json,
  5.             x-amzn-RequestId: bc9b7c0b-fcfd-11e5-9163-3d8cf08b6308,
  6.             Content-Length: 1344,
  7.             Date: Thu, 07 Apr 2016 20:17:21 GMT,
  8.         },
  9.         version: Http11,
  10.         url: Url {
  11.             scheme: "https",
  12.             scheme_data: Relative(RelativeSchemeData {
  13.             username: "",
  14.             password: None,
  15.             host: Domain("elastictranscoder.us-east-1.amazonaws.com"),
  16.             port: None,
  17.             default_port: Some(443),
  18.             path: ["2012-09-25", "jobs"] }),
  19.             query: None, fragment: None
  20.         },
  21.         status_raw: RawStatus(201, "Created"),
  22.         message: Http11Message {
  23.             method: None,
  24.             stream: Wrapper {
  25.                 obj: Some(Reading(SizedReader(remaining=1344)))
  26.             }
  27.         }
  28.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement