We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2238e97 commit 444acb2Copy full SHA for 444acb2
README.md
@@ -41,12 +41,12 @@ To get you thinking, here are some simple specific examples.
41
42
You can get the proxy history at the current point in time:
43
44
- ph = callbacks.getProxyHistory()
+ proxyhistory = callbacks.getProxyHistory()
45
46
47
You can then get the contents of the request and response for a particular numbered entry `no` in the proxy history
48
49
- entry = ph[no-1]
+ entry = proxyhistory[no-1]
50
51
52
Get the raw request and response from that entry
0 commit comments