org.zalando.logbook.httpclient.Attributes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of logbook-httpclient Show documentation
Show all versions of logbook-httpclient Show documentation
HTTP Client interceptor for request and response logging
package org.zalando.logbook.httpclient;
import lombok.experimental.UtilityClass;
import org.zalando.logbook.Logbook;
@UtilityClass
final class Attributes {
static final String STAGE = Logbook.class.getName() + ".STAGE";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy