Package dev.galasa.framework.api.common
package dev.galasa.framework.api.common
-
ClassDescriptionA representation of a content type as given in a HTTP "Accept" header.An interface through which we can get environment variable values.A class to define all environment variables used in the Galasa API server.A simple enum consisting of all possible HTTP request methods.A HTTP request wrapper class that contains useful context related to HTTP requests, like the username of the user sending the requestIRoute provides methods for endpoints to implement when a request is sent through a servlet, allowing for new routes to be added without needing servlets to know which route handles the request.This is an abstract class that represents a route protected under a JWT challenge and RBAC.This is an abstract class that represents a route that is publicly accessible and does not require a JWT.A wrapper for a map of query parameters, with methods for extracting and verifying the parameter contents.An implementation of the Environment interface which allows code to get environment variables from the real system.