io.quarkus.vertx.http.runtime.attribute.RequestURLAttribute Maven / Gradle / Ivy
The newest version!
package io.quarkus.vertx.http.runtime.attribute;
import io.quarkus.vertx.http.runtime.filters.OriginalRequestContext;
import io.vertx.ext.web.RoutingContext;
/**
* The request URL
*
*/
public class RequestURLAttribute implements ExchangeAttribute {
public static final String REQUEST_URL_SHORT = "%U";
public static final String REQUEST_URL = "%{REQUEST_URL}";
public static final String ORIGINAL_REQUEST_URL_SHORT = "%
© 2015 - 2025 Weber Informatics LLC | Privacy Policy