1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

fix formatting

This commit is contained in:
rubygeek 2014-09-04 18:22:04 -05:00
parent 1612ff32d5
commit 9473f2fdb6

View file

@ -1,12 +1,17 @@
## Examples
* [Amazon Book Search](awws.rb)
Httparty included into poro class
Uses get requests
Transforms query params to uppercased params
* [Basic Post Request](basic.rb)
Httparty included into poro class
Uses post request
* [Crack Custom Parser](crack.rb)
Creates a custom parser for XML using crack
Uses get request