Skeleton::Server
Inherits Reference < Object
Constructors
new
SourceInstance methods
add(handler : HTTP::Handler)
Sourceaddress
Sourceaddresses
Sourcebind(socket : Socket::Server) : self
Sourcebind(uri : URI) : self
Sourcebind_tcp(port : Int32, reuse_port : Bool = false) : self
Sourcebind_tcp(ip_address : Socket::IPAddress, reuse_port : Bool = false) : self
Sourcebind_tls(host : String, port : Int32, context : OpenSSL::SSL::Context::Server, reuse_port : Bool = false) : self
Sourcebind_tls(address : Socket::IPAddress, context : OpenSSL::SSL::Context::Server) : self
Sourcebind_unix(uaddress : Socket::UNIXAddress) : self
Sourceclose
Sourceclosed?
Sourcecreate
Sourceeach_address
Sourcehandlers
Sourcelisten(port : Int32, reuse_port : Bool = false)
Sourcelisten
Sourcelistening?
Sourcemax_headers_size
Sourcemax_headers_size=(size : Int32)
Sourcemax_request_line_size
Sourcemax_request_line_size=(size : Int32)
Sourceserver
Source