Class Curl::Easy
In: lib/webmock/http_lib_adapters/curb.rb
Parent: Object

Methods

Classes and Modules

Module Curl::Easy::WebmockHelper

External Aliases

http -> http_without_webmock
http_put -> http_put_without_webmock
http_post -> http_post_without_webmock
perform -> perform_without_webmock
put_data= -> put_data_without_webmock=
post_body= -> post_body_without_webmock=
delete= -> delete_without_webmock=
head= -> head_without_webmock=
body_str -> body_str_without_webmock
response_code -> response_code_without_webmock
header_str -> header_str_without_webmock

Public Instance methods

body_str()
delete=(value)

Alias for delete_with_webmock=

head=(value)

Alias for head_with_webmock=

header_str()
http(method)

Alias for http_with_webmock

http_post(data)
http_put(data)

Mocks of Curl::Easy methods below here.

perform()
post_body=(data)

Alias for post_body_with_webmock=

put_data=(data)

Alias for put_data_with_webmock=

response_code()

[Validate]