Searched refs:content_type (Results 1 - 4 of 4) sorted by relevance

/sssd/src/tests/intg/
H A Dsecrets.py57 def __init__(self, content_type='application/json', sock_path=None):
61 self.content_type = content_type
64 self.headers = dict({'Content-Type': content_type})
/sssd/src/responder/secrets/
H A Dsecsrv_private.h118 const char *content_type,
H A Dlocal.c786 const char *content_type; local
812 content_type = "application/json";
816 content_type = "application/octet-stream";
822 DEBUG(SSSDBG_TRACE_LIBS, "Content-Type: %s\n", content_type);
900 content_type, &body);
H A Dproviders.c231 const char *content_type,
243 content_type, body->length);
229 sec_http_reply_with_body(TALLOC_CTX *mem_ctx, struct sec_data *reply, enum sec_http_status_codes code, const char *content_type, struct sec_data *body) argument

Completed in 34 milliseconds