Uses of Class
io.mangoo.enums.Header
-
Packages that use Header Package Description io.mangoo.core io.mangoo.enums -
-
Uses of Header in io.mangoo.core
Methods in io.mangoo.core that return types with arguments of type Header Modifier and Type Method Description static Map<Header,String>Server. headers()Methods in io.mangoo.core with parameters of type Header Modifier and Type Method Description static voidServer. header(Header header, String value)Sets a custom header that is used globally on server responses -
Uses of Header in io.mangoo.enums
Methods in io.mangoo.enums that return Header Modifier and Type Method Description static HeaderHeader. valueOf(String name)Returns the enum constant of this type with the specified name.static Header[]Header. values()Returns an array containing the constants of this enum type, in the order they are declared.
-