akamai / AkamaiOPEN-edgegrid-ruby

This library implements the Akamai OPEN EdgeGrid Authentication scheme for the ruby net/http library.
Apache License 2.0
18 stars 10 forks source link

ensure make_content_hash can accept a nil request body #4

Closed bretts closed 9 years ago

bretts commented 9 years ago

It appears that #body_exist? returns true when request.body is nil.