Class HttpRequestContext

java.lang.Object
dev.galasa.framework.api.common.HttpRequestContext

public class HttpRequestContext extends Object
A HTTP request wrapper class that contains useful context related to HTTP requests, like the username of the user sending the request
  • Constructor Details

  • Method Details

    • getRequest

      public javax.servlet.http.HttpServletRequest getRequest()
    • getUsername

      public String getUsername()