Module | Typhoeus::Request::Actions |
In: |
lib/typhoeus/request/actions.rb
|
Module containing logic about shortcuts to http methods. Like
Typhoeus.get("www.example.com")
Make a put request.
@example Make put request.
Typhoeus.put("www.example.com")
@param (see Typhoeus::Request#initialize)
@option options :params [ Hash ] Params hash which
is attached to the base_url.
@option options :body [ Hash ] Body hash which
becomes a PUT request body.
@return (see Typhoeus::Response#initialize)
@note (see Typhoeus::Request#initialize)