Registry / web-framework / micronaut-http

micronaut-http

JSON →
library5.0.0javamavenunverified

Core HTTP components for the Micronaut framework including server and client.

<dependency> <groupId>io.micronaut</groupId> <artifactId>micronaut-http</artifactId> <version>5.0.0</version> </dependency>
INSTALL
IMPORT
SIG · MICRONAUT-HTTP
M
micronaut-http
web-frameworkjavav5.0.0
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.

Controller
io.micronaut.http.annotation.Controller

Define a Micronaut HTTP controller.

import io.micronaut.http.annotation.Controller; import io.micronaut.http.annotation.Get; @Controller("/hello") public class HelloController { @Get public String hello() { return "Hello World"; } }
Debug
Known issues
breakingMicronaut 5.x has breaking changes from 4.x, including package restructuring.
fix
Review migration guide when upgrading from 4.x to 5.x.
affects: 5.0.0
Upgrade
Version history
5.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
micronaut-http — mvn dependency:get micronaut-http · libregistry