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

com.aventstack.chaintest.http.HttpHeaders Maven / Gradle / Ivy

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