abstract class Cosmo::HttpLib::Server::ContextFunctionBase

Direct Known Subclasses

Defined in:

cosmo/runtime/intrinsic/lib/http.cr

Constructors

Instance methods inherited from class Cosmo::IntrinsicFunction

call(args : Array(ValueType)) : ValueType call, intrinsic? : Bool intrinsic?, to_s : String to_s, token(name : String) : Token token

Constructor methods inherited from class Cosmo::IntrinsicFunction

new(interpreter : Interpreter) new

Instance methods inherited from class Cosmo::Callable

arity : Range(UInt32, UInt32) arity, call(args : Array(ValueType)) : ValueType call, intrinsic? : Bool intrinsic?, to_s : String to_s

Constructor Detail

def self.new(interpreter : Interpreter, server_ctx : HTTP::Server::Context) #