README
Top Level Namespace
Kemal
BaseLogHandler
CLI
Config
ExceptionHandler
ExceptionPage
Exceptions
CustomException
InvalidPathStartException
RouteNotFound
FileUpload
Handler
InitHandler
LogHandler
NullLogHandler
ParamParser
Route
RouteHandler
SSL
StaticFileHandler
Utils
WebSocket
WebSocketHandler
class
Kemal::SSL
Kemal::SSL
Reference
Object
Defined in:
kemal/ssl.cr
Constructors
.new
Instance Method Summary
#cert_file=
(cert_file : String)
#context
: OpenSSL::SSL::Context::Server
#key_file=
(key_file : String)
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
cert_file=
(cert_file : String)
#
[
View source
]
def
context
: OpenSSL::SSL::Context::Server
#
[
View source
]
def
key_file=
(key_file : String)
#
[
View source
]