emartech / escher-ruby

Library for HTTP request signing (Ruby implementation)
MIT License
12 stars 12 forks source link

convert legacy request to net http request #7

Open thilonel opened 9 years ago

thilonel commented 9 years ago

legacy_request should be converted into a proper net_http_request with tests. It should handle Net::HTTP. A prettier way to add headers (see docs) would be great as well.