Class ServerContext

java.lang.Object
io.avaje.http.api.context.ServerContext

public final class ServerContext extends Object
Holder for the Server Request/Response instances.
  • Constructor Details

    • ServerContext

      public ServerContext(Object request, Object response)