blob: e7cc34fe9fab5d9a32c3453700016c3e59205c0d [file] [log] [blame]
James Kuszmaul82f6c042021-01-17 11:30:16 -08001/**
2 * @file basic.c HTTP Basic authentication
3 *
4 * Copyright (C) 2010 Creytiv.com
5 */
6#include <re_types.h>
7#include <re_mbuf.h>
8#include <re_md5.h>
9#include <re_fmt.h>
10#include <re_httpauth.h>
11
12
13/* todo */