mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Stupid typo
This commit is contained in:
parent
b7dea43b9c
commit
1175640d03
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ Response.return! can be called to invoke the default response's behavior (return
|
|||
|
||||
== Non-normalized URIs.
|
||||
|
||||
If you want to use non-normalized URIs, you can normalize them with the adressable gem (http://addressable.rubyforge.org/api/).
|
||||
If you want to use non-normalized URIs, you can normalize them with the addressable gem (http://addressable.rubyforge.org/api/).
|
||||
|
||||
require 'addressable/uri'
|
||||
RestClient.get(Addressable::URI.parse("http://www.詹姆斯.com/").normalize.to_str)
|
||||
|
|
Loading…
Add table
Reference in a new issue