Matt
Matt
This has been addressed in my fork of this project if you want to check it out. https://github.com/masecla22/java-express You can access it through ``` Express.getHttpServer().getAddress(); ```
This is addressed in my fork of this project. https://github.com/masecla22/java-express If you want to take a look at it.
Not sure, the repo seems abandoned.
This is addressed in my fork of this project. https://github.com/masecla22/java-express If you want to take a look at it.
This is addressed in my fork of this project. It is able to determine the charset to use by looking at the content type header. https://github.com/masecla22/java-express If you want to...
Hello! I forked this project, and ended up fixing this issue on my end by switching to Maven and moving to Jitpack. You can check it out: https://github.com/masecla22/java-express If the...
Hello! I forked this project, and ended up fixing this issue on my end by switching to Maven and moving to Jitpack. You can check it out: https://github.com/masecla22/java-express If the...
Also dealing with a similar issue, not sure if there's currently a workaround.
Alright, so in my case I was able to fix the issue, with relative ease, as I made a simple mistake. This was my (simplified test case) ``` @Before public...
Considering the API shutdown, we need to reconsider a bit how this will work. I'll review this once I decide how we handle it.