app/misc
the module implements a few njs exmpales found at https://github.com/nginx/njs-examples
Values
pub fn decode_uri(r: http.HTTPRequest) -> String
pub fn hello(r: http.HTTPRequest) -> Nil
pub fn join(r: http.HTTPRequest) -> promise.Promise(Nil)
pub fn version(r: http.HTTPRequest) -> Nil