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