-
Please add HTTP 307/308 support to the HTTP server. ActiveJ http will move closer to [rfc7231](https://tools.ietf.org/html/rfc7231#section-6.4.7) and [rfc7538](https://tools.ietf.org/html/rfc7538#se…
a1730 updated
4 years ago
-
In numerous places, in the documentation, there are incorrectly linked links. E.g.:
- ![image](https://user-images.githubusercontent.com/637415/86211874-aa017e80-bb94-11ea-89f0-7d482616d3e2.png) in h…
-
How do you create a multi-threaded routing module servelet so all available CPU cores are utilised?
Also in the routing module servelet how do you make a distinction on what type of request is made…
-
I have encondeted `@Eager` in the following example:
```java
@Provides
@Eager
AsyncHttpServer server(Eventloop eventloop, AsyncServlet servlet) {
return AsyncHttpServer.create(eventloop, s…
-
This project looks very much like DataKernel. What is the relationship between these projects?
Should I use ActiveJ or DataKernel in a project?
-
Can you give an example in the documentation on how request parameters are handled:
- Cookie parameters
- Header parameters
- Path parameters
- Query parameters
- Form parameters
- Matrix parame…
-
`activej-di` is still `1.0-rc1` on Maven Central. I am wondering if this in intentional of accidental where `1.0` was missed?
The other artefact has:
- `1.0-rc1` published on 05 Jun 2020
- `1.0-r…
-
Ix/Rx/Streaming (http://reactivex.io/, https://projectreactor.io/, https://rsocket.io/) abstraction is one of the most convenient to use and supported in some extend in frameworks like Micronaut, Vert…
-
Sorry for bothering again, but I'm not able to send mails via an EmailAgent (mailserver on same machine as huginn, own server, very other clients could connect).
When Huginn tries to connect to my m…
virse updated
8 years ago
-
Hello,
First of all loving this port, it's extremely useful and saving me some time, however i did have an issue recently that took me a little while to figure out, when building for device Titanium …