Uses of Class
de.quantummaid.httpmaid.cors.domain.RequestedHeader
-
Packages that use RequestedHeader Package Description de.quantummaid.httpmaid.cors.domain de.quantummaid.httpmaid.cors.policy -
-
Uses of RequestedHeader in de.quantummaid.httpmaid.cors.domain
Methods in de.quantummaid.httpmaid.cors.domain that return RequestedHeader Modifier and Type Method Description static RequestedHeaderRequestedHeader. requestedHeader(String name)Methods in de.quantummaid.httpmaid.cors.domain that return types with arguments of type RequestedHeader Modifier and Type Method Description List<RequestedHeader>RequestedHeaders. headers() -
Uses of RequestedHeader in de.quantummaid.httpmaid.cors.policy
Methods in de.quantummaid.httpmaid.cors.policy with parameters of type RequestedHeader Modifier and Type Method Description booleanAllowedHeaders. isAllowed(RequestedHeader requestedHeader)
-