Package io.dropwizard.servlets
Class Servlets
java.lang.Object
io.dropwizard.servlets.Servlets
Utility functions for dealing with servlets.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetFullUrl(jakarta.servlet.http.HttpServletRequest request) Returns the full URL of the given request.
-
Method Details
-
getFullUrl
Returns the full URL of the given request.- Parameters:
request- an HTTP servlet request- Returns:
- the full URL, including the query string
-