All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.prometheus.client.servlet.common.adapter.HttpServletRequestAdapter Maven / Gradle / Ivy

package io.prometheus.client.servlet.common.adapter;

public interface HttpServletRequestAdapter {
    String getHeader(String name);
    String getRequestURI();
    String getMethod();
    String[] getParameterValues(String name);
    String getContextPath();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy