James Kuszmaul | 82f6c04 | 2021-01-17 11:30:16 -0800 | [diff] [blame^] | 1 | /** |
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 */ |