1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

fix cassette url field capitalization

This commit is contained in:
Simon Weber
2014-04-11 16:43:41 -04:00
parent 1452455d0b
commit 23d1717216

View File

@@ -183,7 +183,7 @@ part of the API. The fields are as follows:
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"
* `host`: The host of the request, for example "www.google.com"
* `port`: The port the request was made on