]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: refactor curl functionality
authorYehuda Sadeh <yehuda@inktank.com>
Tue, 30 Oct 2012 20:12:23 +0000 (13:12 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Tue, 30 Oct 2012 20:12:23 +0000 (13:12 -0700)
commit6d3cafcc5044b5d3ac7ae4cee31d17110a72ebcc
tree892200e28e4a4a109d70d8bc2ae059451fe05f7a
parent44818eb0ba550e4c3fb88382b0a94a2b25602a4b
rgw: refactor curl functionality

Move curl stuff into its own class, use it in swift token validation.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/Makefile.am
src/common/config_opts.h
src/rgw/rgw_http_client.cc [new file with mode: 0644]
src/rgw/rgw_http_client.h [new file with mode: 0644]
src/rgw/rgw_swift.cc