HTTP
Noir.Libraries.HTTP: NoirLibrary
A library containing helper methods relating to HTTP.
Encode a string into a URL-safe string.
Parameters
str
: string
Returns
string
Decode a URL-safe string into a string.
Parameters
str
: string
Returns
string
Convert a table of URL parameters into a string.
Parameters
parameters
: table<string, any>
Returns
string
Returns whether or not a response to a HTTP request is ok.
Parameters
response
: string
Returns
boolean
Last updated