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

/sssd-io/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-io/src/responder/secrets/
H A Dsecsrv_private.h128 const char *content_type,
H A Dlocal.c908 const char *content_type; local
934 content_type = "application/json";
938 content_type = "application/octet-stream";
944 DEBUG(SSSDBG_TRACE_LIBS, "Content-Type: %s\n", content_type);
1031 content_type, &body);
H A Dproviders.c287 const char *content_type,
299 content_type, body->length);
285 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 21 milliseconds