Class | AWS::Http::Request |
In: |
lib/aws/http/request.rb
lib/aws/http/request_param.rb |
Parent: | Object |
Base class for all service reqeusts.
access_key_id | [RW] |
@return [String] the AWS access key ID used to
authorize the
request |
headers | [R] | @return [CaseInsensitiveHash] request headers |
host | [RW] | @return [String] hostname of the request |
http_method | [RW] | @return [String] GET, PUT POST, HEAD or DELETE, defaults to POST |
params | [R] |
@return [Array] An array of request params, each param responds to
#name and #value. |
path | [R] | @return [String] path of the request URI, defaults to / |
proxy_uri | [RW] |
@return [nil, URI] The URI to the proxy server requests are
sent through if configured. Returns nil if there is no proxy. |
@return [String] Path to a bundle of CA certs in PEM format;
the HTTP handler should use this to verify all HTTPS requests if {#ssl_verify_peer?} is true.
@param [String] ca_file Path to a bundle of CA certs in PEM
format; the HTTP handler should use this to verify all HTTPS requests if {#ssl_verify_peer?} is true.