mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Better sentence
This commit is contained in:
parent
bd22128487
commit
32e66c1a42
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ Self-signed certificates can be generated with the openssl command-line tool.
|
|||
|
||||
== Hook
|
||||
|
||||
The RestClient.add_before_execution_proc can be used to add a Proc to be called before each execution, it's handy if you need to modify the http request directly
|
||||
RestClient.add_before_execution_proc add a Proc to be called before each execution, it's handy if you need a direct access to the http request.
|
||||
|
||||
Example:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue