public interface BodyProcessor
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProcess(String contentType) |
Future<RequestParameter> |
process(RoutingContext requestContext) |
boolean canProcess(String contentType)
Future<RequestParameter> process(RoutingContext requestContext)
Copyright © 2021. All rights reserved.