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 Raise the correct exception in the mock. 2012-03-30 18:12:03 -04:00
delete_object.rb Fix mocks to match real implementation. 2012-04-02 15:30:42 -04:00
delete_shared_object.rb Add delete_shared_object and corresponding model support. 2012-10-30 17:47:17 -04:00
get_container.rb Raise the correct exception in the mock. 2012-03-30 18:12:03 -04:00
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 Update mock for tenp_url. 2012-09-27 15:56:40 -04:00
get_shared_container.rb Add mocks for shared container and objects calls. 2012-10-17 15:03:10 -04:00
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 Fix response status for mocks. 2012-10-17 15:02:42 -04:00
head_containers.rb
head_object.rb Removed comment. 2012-10-26 00:18:14 -04:00
head_shared_container.rb Add mocks for shared container and objects calls. 2012-10-17 15:03:10 -04:00
head_shared_object.rb Removed comment. 2012-10-26 00:18:14 -04:00
put_container.rb Fix mock for put_container to reflect new acl changes. 2012-10-19 01:35:06 -04:00
put_object.rb Update put_object to accept blocks, and remove deprecation message. 2012-06-19 18:02:27 -04:00
put_shared_object.rb Add request method for put_shared_object. Add model and collection for shared_directory and shared_file. 2012-10-19 01:33:20 -04:00