Searched refs:content_type (Results 1 - 4 of 4) sorted by relevance
/sssd-io/src/tests/intg/ |
H A D | secrets.py | 57 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 D | secsrv_private.h | 128 const char *content_type,
|
H A D | local.c | 908 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 D | providers.c | 287 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