Interface SeeqNames.API.Headers

Enclosing interface:
SeeqNames.API

public static interface SeeqNames.API.Headers
When adding a new header, please MAKE SURE to add the header to either the list of RequestHeaders (if it is a header that the API reads from a request) or ResponseHeaders (if it is a header that the API sets in a response to a request). If the header is used in both requests and responses, then add it to both lists. This will ensure that our API remains CORS compatible (see CorsHandler for more info).