master
go 9 lines 404 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 /*
4 Package web contains HTTP request and client configurations.
5 HTTPConfig structure embeds both of them, and it's the only structure that intended to be used as part of a module's configuration.
6 Every module that uses HTTP requests to collect metrics should use it.
7 It allows to have same set of user configurable options across all modules.
8 */
9 package web