URI Parser
Background ()
---
http_interactions:
- request:
method: get
uri: http://example.com/hello
body:
encoding: UTF-8
string: ""
headers: {}
response:
status:
code: 200
message: OK
headers:
Content-Length:
- "5"
body:
encoding: UTF-8
string: Hello
http_version: "1.1"
recorded_at: Tue, 25 Sep 2012 04:58:44 GMT
recorded_with: VCR 2.2.5the VCR uri parser gets its value from uri_parser
uri_parserthe uri_parser defaults to the standard library's URI
uri_parser defaults to the standard library's URILast updated