Registry / web-framework / resteasy-core-spi

resteasy-core-spi

JSON →
library7.0.2.Finaljavamavenunverified

A Jakarta REST implementation providing core SPI interfaces for building RESTful web services.

<dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-core-spi</artifactId> <version>7.0.2.Final</version> </dependency>
INSTALL
IMPORT
SIG · RESTEASY-CORE-SPI
R
resteasy-core-spi
web-frameworkjavav7.0.2.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HttpRequest
org.jboss.resteasy.spi.HttpRequest

Demonstrates using the core SPI to access an HTTP request.

import org.jboss.resteasy.spi.HttpRequest; public class Example { public void handle(HttpRequest request) { System.out.println("Method: " + request.getHttpMethod()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.0.2.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
resteasy-core-spi — mvn dependency:get resteasy-core-spi · libregistry