
com.aventstack.chaintest.http.HttpHeaders Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chaintest-core Show documentation
Show all versions of chaintest-core Show documentation
Core Java client library for ChainTest framework
The newest version!
package com.aventstack.chaintest.http;
public class HttpHeaders {
public static final String CONTENT_TYPE = "Content-Type";
public static final String ACCEPT = "Accept";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy