Sha256: 33a739d2921d1cec91f2f391c3edb17098cdb6d47bce4ade693932806d6ae28a
Contents?: true
Size: 401 Bytes
Versions: 22
Compression:
Stored size: 401 Bytes
Contents
module Algolia module Transport class EchoRequester def send_request(host, method, path, body, query_params, headers, timeout, connect_timeout) Http::Response.new(host: host, status: 200, body: body, query_params: query_params, headers: headers, method: method, path: path, timeout: timeout, connect_timeout: connect_timeout) end end end end
Version data entries
22 entries across 22 versions & 1 rubygems