Home | History | Annotate | Download | only in mongoose

Lines Matching refs:auth_header

2071   const char *auth_header;
2073 if ((auth_header = mg_get_header(conn, "Authorization")) == NULL ||
2074 mg_strncasecmp(auth_header, "Digest ", 7) != 0) {
2079 (void) mg_strlcpy(buf, auth_header + 7, buf_size);