Define and use Http::HeaderMap type

This commit is contained in:
Chocobo1 2020-05-10 03:00:56 +08:00
parent d57b9be706
commit be152f45c9
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
3 changed files with 7 additions and 6 deletions

View file

@ -46,6 +46,7 @@
#include "base/http/httperror.h"
#include "base/logger.h"
#include "base/preferences.h"
#include "base/types.h"
#include "base/utils/bytearray.h"
#include "base/utils/fs.h"
#include "base/utils/misc.h"