class Roost::Server
- Roost::Server
- Reference
- Object
Defined in:
roost/server.crConstructors
Instance Method Summary
Constructor Detail
def self.new(ip_address : String = "::", port : Int = 8080, public_dir : String = ".", ws_uri : String = "", ws_path : String = "/", certificates : String = "", private_key : String = "")
#