rom-rb / rom-http

Abstract HTTP adapter for ROM
https://rom-rb.org
MIT License
73 stars 18 forks source link

Make it easier to append parameters #12

Closed cflipse closed 7 years ago

cflipse commented 8 years ago

Right now, the replaces the params hash each time with_params is called. Add a new method that wraps the process of merging new params, so it's easier to work with for chained interfaces.