Module Typhoeus::Request::Operations
In: lib/typhoeus/request/operations.rb

This module contains everything what is necessary to make a single request.

Methods

finish   run  

Public Instance methods

Sets a response, the request on the response and executes the callbacks.

@param [Typhoeus::Response] response The response. @param [Boolean] bypass_memoization Wether to bypass

  memoization or not. Decides how the response is set.

@return [Typhoeus::Response] The response.

Run a request.

@example Run a request.

 Typhoeus::Request.new("www.example.com").run

@return [ Response ] The response.

[Validate]