1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
httparty/examples
Alex Matchneer 24106eef27 Expose .connection on block param (#648)
This provides access to the connection object,
which in turn exposes properties like `.peer_cert`
for performing additional validation against
x509 certificates.

Closes #633, Follow-up to #634
2019-03-20 18:50:06 +04:00
..
aaws.rb
basic.rb
body_stream.rb Add more examples 2018-10-31 07:56:06 +03:00
crack.rb
custom_parsers.rb
delicious.rb
google.rb
headers_and_user_agents.rb
logging.rb
microsoft_graph.rb Fix doc 2018-10-20 01:55:49 +03:00
multipart.rb Add more examples 2018-10-31 07:56:06 +03:00
nokogiri_html_parser.rb
peer_cert.rb Expose .connection on block param (#648) 2019-03-20 18:50:06 +04:00
README.md Expose .connection on block param (#648) 2019-03-20 18:50:06 +04:00
rescue_json.rb
rubyurl.rb
stackexchange.rb
stream_download.rb stream_body fragment include http_response feature (#588) 2019-01-23 09:02:55 +03:00
tripit_sign_in.rb
twitter.rb
whoismyrep.rb

Examples