avaje / avaje-jex

Web routing for the JDK Http server
Apache License 2.0
23 stars 1 forks source link

Handle No Response #78

Closed SentryMan closed 1 week ago

SentryMan commented 1 week ago

Handle cases where people forget to set the response like

Jex.create().routing(routing -> routing.get("/noResponse", ctx -> {}));