2022-01-04 09:21:08 +00:00
|
|
|
// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved.
|
2019-06-23 02:21:30 +00:00
|
|
|
// Use of this source code is governed by an MIT license
|
|
|
|
// that can be found in the LICENSE file.
|
|
|
|
|
2019-06-22 18:20:28 +00:00
|
|
|
module http
|
|
|
|
|
2020-06-10 09:25:41 +00:00
|
|
|
#flag -l urlmon
|
2019-08-09 10:52:14 +00:00
|
|
|
|
2020-06-10 09:24:34 +00:00
|
|
|
#include <urlmon.h>
|