Closed bernardeli closed 12 years ago
once you try Restifulie.at(some_url).with(some_headers), the headers options (some_headers in this case) wasn't being merged.
'with' method was merging headers (local variable) with itself and returning self (a restfulie object).
once you try Restifulie.at(some_url).with(some_headers), the headers options (some_headers in this case) wasn't being merged.
'with' method was merging headers (local variable) with itself and returning self (a restfulie object).