class Cryap::HttpServer

Defined in:

services/http.cr

Constant Summary

Log = ::Log.for("Cryap::HttpServer")

Instance Method Summary

Instance Method Detail

def domain : String #

def host : String #

def listen #

def port : Int32 #

def setup(host : String, port : Int32, domain : String) #