mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Merge pull request #728 from enwumeh/master
This commit is contained in:
commit
9ca514d672
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ class Client
|
|||
end
|
||||
```
|
||||
|
||||
You can also include this options with the call:
|
||||
You can also include all of these options with the call:
|
||||
|
||||
```ruby
|
||||
class Client
|
||||
|
@ -86,7 +86,7 @@ end
|
|||
|
||||
### Avoid SSL verification
|
||||
|
||||
In some cases you may want to skip SSL verification, because the entity that issue the certificate is not a valid one, but you still want to work with it. You can achieve this through:
|
||||
In some cases you may want to skip SSL verification, because the entity that issued the certificate is not a valid one, but you still want to work with it. You can achieve this through:
|
||||
|
||||
```ruby
|
||||
# Skips SSL certificate verification
|
||||
|
|
Loading…
Reference in a new issue