java-express
java-express copied to clipboard
🧪 HTTP Framework based on expressjs, no dependencies, simple usage. Can be used to quickly spin up an API or serve local files.
When running tests on CI/CD, I need to start the application under test on random port with `Express.listen(0)`. Then I'd like to obtain the actual port number to hand it...
> Do you want to request a **feature** or report a **bug**? bug > What is the current behavior? The data of the SessionCookie is lost after MaxAge milliseconds >...
> Do you want to request a **feature** or report a **bug**? bug > What is the current behavior? The value of maxAge for the cookie of the session-cookie is...
Using latest version: 0.2.1 > Do you want to request a **feature** or report a **bug**? This should really be a bug, but may be thought of as a feature....
JCenter will be permanent shutdown in February 2022. (https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/) It would be great if you could publish java-express to Maven Central or other Maven Repo.
Since 1st May 2021, the [bintray website was deprecated](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/). This means this code is not compilable anymore, as it requires a Gradle plugin that was stored at https://dl.bintray.com/vaccovecrana/vacco-oss, which is...
See README. Write a comment if you're interested in maintaining java-express :)
Express.listen() spawns a separate thread to instantiate and start underlying HttpServer. This introduces a race condition if an automated test is trying to execute an http call to the express...
Applies automatic [Google Java code formatting](https://google.github.io/styleguide/javaguide.html) conventions to the full source tree. Not a lot of difference with current formatting except: - Indentation size. - Order of a few imports....
### Overview We need some sort of measure to prevent attacks based on huge HTTP request payloads. @Simonwep , would you suggest any particular configuration class to implement this feature?...