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

com.structurizr.api.HttpHeaders Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package com.structurizr.api;

/**
 * Constants representing the HTTP header names used in the Structurizr API.
 */
final class HttpHeaders {

    static final String USER_AGENT = "User-Agent";
    static final String AUTHORIZATION = "X-Authorization";
    static final String CONTENT_TYPE = "Content-Type";
    static final String CONTENT_MD5 = "Content-MD5";
    static final String NONCE = "Nonce";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy