-
https://github.com/sivaprasadreddy/jcart (电子商务,模块化,👍 💯 )
https://github.com/sivaprasadreddy/springboot-learn-by-example (👍 💯 )
https://github.com/biezhi/spring-boot-examples (学习和使用SpringBoot过程中写…
-
e.g. I want a handler that binds to `/foo/:bar` where `:bar` is literal. I can't currently express this in Ratpack because `:` is meta in our binding language.
We should support escapes, like…
```
g…
-
Ratpack-pac4j integration strictly bounds to HTTP session. This is not eligible for implementing stateless RESTful API.
Referring to [pac4j documentation](http://www.pac4j.org/docs/clients.html#1-…
timic updated
5 years ago
-
It would be nice for `ratpack.server.Service` to have a handler for refreshing state contained in implementations.
The basic use case for this is that `Service` implementations can leverage the `onSt…
-
Enable a way to provide a custom `ExecController` implementation to the Ratpack server, so that a user can provide overrides of the Netty `EventLoopGroup`. This could open/unlock possible ways of obse…
-
We should create a simple website for Lazybones with:
- A short description of what it is
- Perhaps a short screencast showing it in use
- Links to documentation
- Getting started
- Creating templ…
-
Current implementation of Ratpack handles `Expects: 100-continue` by sending HTTP response 100 and accumulates the body if needed.
```
private void startBodyRead(Consumer
-
I've written a simple memcache client for my current project and would like to contribute it to the project if you guys are interested? It uses Ratpack's event loop and pools connections/channels.
It…
-
Hi @mpbarnwell,
I found that you wrote a gRPC and HTTP server to compare Armeria, Helidon, Micronaut, Quarkus, Ratpack with each other in this repository. What are your findings so far? I'm eager t…
-
@johnrengelman
Hi ,
I followed steps provided in documentation to enable prometheus metric.
Snippet :
.registry(Guice.registry(bindingsSpec -> bindingsSpec.bind(CollectorRegistry.class)
and
a…