netty-http icon indicating copy to clipboard operation
netty-http copied to clipboard

Netty based HTTP service with JAX-RS

Results 27 netty-http issues
Sort by recently updated
recently updated
newest added

Bumps logback-core from 1.0.9 to 1.2.9. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-core&package-manager=maven&previous-version=1.0.9&new-version=1.2.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [netty-codec-http](https://github.com/netty/netty) from 4.1.75.Final to 4.1.77.Final. Commits 503cd74 [maven-release-plugin] prepare release netty-4.1.77.Final 185f8b2 Merge pull request from GHSA-269q-hmxg-m83q 7dbca6a Update to the latest enforcer plug-in (#12363) 41761a3 Update tcnative version...

dependencies

Implemented `@CookieParam` support for `String` and Netty's `Cookie` type.

Bumps [gson](https://github.com/google/gson) from 2.2.4 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

Hi, would it be possible to add support for jaxrs MediaType annotations like in Jersey? This way it can automatically convert from e.g. json (instead of manually calling sendjson and...

The return data could not be received , android

Hello, I want to run it on intellij idea but could not find the psvm. Could you please help me to run your project on intellij idea or any other...

Trying to start the http service but it exit immediately. What's the recommended approach to start? ![image](https://user-images.githubusercontent.com/351587/88005219-c4c67380-cb00-11ea-97ec-96fbcdcda077.png)

This framework should be able to be binary compatible with Java 6 as Netty does. This merge request allows minor changes to be able to be compatible. Also it upgrades...

Netty supports HTTP/2 now. It would be nice if the `NettyHttpService` did as well.