Structs§
Enums§
Functions§
- headers_
get - Case-insensitive lookup of a single response header by name.
headersis the opaqueVec<(String, String)>returned as theheadersfield ofget/post/… results — it carries no rhai-visible indexing or iteration of its own, so this is the only way to read a specific header from a script. Returns()when the header is absent. - headers_
has - Case-insensitive presence check for a response header by name. See
headers_get. - http_
get_ yaml - http_
rhai_ register