mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 17:15:35 +00:00
Merge pull request #75 from simon-weber/patch-1
fix cassette url field capitalization
This commit is contained in:
@@ -183,7 +183,7 @@ part of the API. The fields are as follows:
|
|||||||
|
|
||||||
The `Request` object has the following properties
|
The `Request` object has the following properties
|
||||||
|
|
||||||
* `URL`: The full url of the request, including the protocol. Example: "http://www.google.com/"
|
* `url`: The full url of the request, including the protocol. Example: "http://www.google.com/"
|
||||||
* `path`: The path of the request. For example "/" or "/home.html"
|
* `path`: The path of the request. For example "/" or "/home.html"
|
||||||
* `host`: The host of the request, for example "www.google.com"
|
* `host`: The host of the request, for example "www.google.com"
|
||||||
* `port`: The port the request was made on
|
* `port`: The port the request was made on
|
||||||
|
|||||||
Reference in New Issue
Block a user