Class: Hoof::HttpsServer
- Inherits:
-
HttpServer
- Object
- EventMachine::Connection
- HttpServer
- Hoof::HttpsServer
- Defined in:
- lib/hoof/https_server.rb
Instance Method Summary collapse
Methods inherited from HttpServer
#process_http_request, #receive_data
Instance Method Details
#post_init ⇒ Object
4 5 6 7 |
# File 'lib/hoof/https_server.rb', line 4 def post_init super start_tls end |