mgomes / api_auth

HMAC authentication for Rails and HTTP Clients
MIT License
480 stars 147 forks source link

Support .body_stream in addition to .body. #49

Closed adamcrown closed 10 years ago

adamcrown commented 10 years ago

This is specifically to support multi-part posts with things like the multipart-post gem. Although it uses Net::HTTP, because it utilizes the body_stream method instead of body, it was not previously working.

adamcrown commented 10 years ago

See #47 for previous discussion on this topic.

kjg commented 10 years ago

Looks great, thanks so much for this!