class

Cosmo::Intrinsic::HttpLib::Client::ResponseBody::ToText

Inherits Cosmo::Intrinsic::HttpLib::Client::ResponseBodyFunctionBase / Cosmo::Intrinsic::IFunction / Cosmo::Callable / Reference / Object

Returns the response body as a string (unchanged)

Instance methods

arity

The amount of parameters this function will accept

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

Executes the function body, passing in args

Source