Method: Pdfcrowd::HtmlToImageClient#setUseHttp
- Defined in:
- lib/pdfcrowd.rb
#setUseHttp(value) ⇒ Object
Specifies if the client communicates over HTTP or HTTPS with Pdfcrowd API. Warning: Using HTTP is insecure as data sent over HTTP is not encrypted. Enable this option only if you know what you are doing.
-
value- Set to true to use HTTP. -
Returns - The converter object.
2953 2954 2955 2956 |
# File 'lib/pdfcrowd.rb', line 2953 def setUseHttp(value) @helper.setUseHttp(value) self end |