1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/hp/requests/storage
Bob Lail and Luke Booth 47547e42ef [fix] Corrected the service mocks for testing to respond with a 304 to values of If-Modified-Since that match Last-Modified
The HTTP spec suggests that clients supply the value of Last-Modified that they previously received from the server to If-Modified-Since. When comparing If-Modified-Since > Last-Modified, however, the Mock object would fail to return a 304 for such a case.
2013-07-10 13:58:54 -05:00
..
delete_container.rb
delete_object.rb
delete_shared_object.rb Add delete_shared_object and corresponding model support. 2012-10-30 17:47:17 -04:00
get_container.rb
get_containers.rb
get_object.rb [fix] Corrected the service mocks for testing to respond with a 304 to values of If-Modified-Since that match Last-Modified 2013-07-10 13:58:54 -05:00
get_object_temp_url.rb
get_shared_container.rb
get_shared_object.rb [hp/openstack|compute] remove erroneous block argument to get_object; fixes issue #1588 for OpenStack and HP 2013-02-22 16:36:31 -06:00
head_container.rb
head_containers.rb
head_object.rb Removed comment. 2012-10-26 00:18:14 -04:00
head_shared_container.rb
head_shared_object.rb Removed comment. 2012-10-26 00:18:14 -04:00
put_container.rb
put_object.rb
put_shared_object.rb