1
0
Fork 0
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:
Julien Kirch 2010-02-16 19:05:16 +01:00
parent bd22128487
commit 32e66c1a42

View file

@ -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: