Method: Falcon::Endpoint#ssl_context
- Defined in:
- lib/falcon/endpoint.rb
#ssl_context ⇒ Object
The SSL context to use, which invokes #build_ssl_context if not otherwise specified.
14 15 16 |
# File 'lib/falcon/endpoint.rb', line 14 def ssl_context [:ssl_context] || build_ssl_context end |