class

Cosmo::Intrinsic::HttpLib::Request::GetParameter

Inherits Cosmo::Intrinsic::HttpLib::Server::ContextFunctionBase / Cosmo::Intrinsic::IFunction / Cosmo::Callable / Reference / Object

Retrieves the value of a query parameter

Instance methods

arity

The amount of parameters this function will accept

Source
call(args : Array(ValueType)) : String | Nil

Executes the function body, passing in args

Source