class Mint::SandboxServer

Defined in:

sandbox_server.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(host : String = "0.0.0.0", port : Int32 = ENV["PORT"]?.try(&.to_i) || 8080, runtime_path : String | Nil = nil) #

[View source]

Instance Method Detail

def handle_request(context) #

[View source]
def html(json) #

[View source]
def start #

[View source]