Undertow
Table of contents
Installation
Add the following to your pom.xml
:
<dependency>
<groupId>org.openapi4j</groupId>
<artifactId>openapi-operation-undertow</artifactId>
</dependency>
Usage
Requests and responses are wrapped with the specific adapter.
// Undertow
Request request = UndertowRequest.of(HttpServerExchange hse);
// validate...
Library | Version | Client | Server | Dependency |
---|---|---|---|---|
Undertow | > 2.0 | No | UndertowRequest | io.undertow:undertow-core |