UNPKG

@anglr/rest

Version:

Angular module representing rest services

9 lines 239 B
/** * Http header name for "Content-Type" header */ export const HTTP_HEADER_CONTENT_TYPE = 'content-type'; /** * Http header name for "Accept" header */ export const HTTP_HEADER_ACCEPT = 'accept'; //# sourceMappingURL=constants.js.map