public class MethodOverrideHandlerImpl extends Object implements MethodOverrideHandler
Parse method override on the request header
BEWARE: This might become an attack vector for ill-intentioned people. Even worse if you decide not to use our safe-downgrade policy. You better know what you are doing!
| Constructor and Description |
|---|
MethodOverrideHandlerImpl() |
MethodOverrideHandlerImpl(boolean useSafeDowngrade) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(RoutingContext context)
Something has happened, so handle it.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createpublic MethodOverrideHandlerImpl()
public MethodOverrideHandlerImpl(boolean useSafeDowngrade)
public void handle(RoutingContext context)
Handlerhandle in interface Handler<RoutingContext>context - the event to handleCopyright © 2021. All rights reserved.