Toggle navigation
Home
org.pac4j.core.context.HttpConstants.HTTP_METHOD to java.lang.String
No. of Instances - 11
No. of Commits - 1
No. of Projects - {'pac4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Other
this.request.getMethod()
to
this.request.getMethod()
Add or Remove Method invocation
HttpConstants.HTTP_METHOD.POST
to
"POST".equals(method)
HttpConstants.HTTP_METHOD.GET
to
"GET".equals(method)