Class Curl::WebMockCurlEasy
In: lib/webmock/http_lib_adapters/curb_adapter.rb
Parent: Curl::Easy

Methods

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
last_effective_url -> last_effective_url_without_webmock
content_type -> content_type_without_webmock

Public Instance methods

body_str()
content_type()
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 = nil)

Mocks of Curl::Easy methods below here.

last_effective_url()
perform()
post_body=(data)

Alias for post_body_with_webmock=

put_data=(data)

Alias for put_data_with_webmock=

response_code()

[Validate]