Method: Serverspec::Type#http_get
- Defined in:
- lib/serverspec_extended_types/http_get.rb
#http_get(port, host_header, path, timeout_sec = 10, protocol = 'http', bypass_ssl_verify = false) ⇒ Serverspec::Type::Http_Get
ServerSpec Type wrapper for http_get
215 216 217 |
# File 'lib/serverspec_extended_types/http_get.rb', line 215 def http_get(port, host_header, path, timeout_sec=10, protocol='http', bypass_ssl_verify=false) Http_Get.new(port, host_header, path, timeout_sec, protocol, bypass_ssl_verify) end |