refactor: Implement HTTP client with proxy support (#2146)

This commit is contained in:
Andreas Maerten
2023-10-30 21:18:32 +01:00
committed by GitHub
parent 0de9182735
commit 59244c75bb
16 changed files with 435 additions and 28 deletions

View File

@ -19,7 +19,6 @@ AlwaysBreakTemplateDeclarations: 'Yes'
BinPackArguments: 'false'
BinPackParameters: 'true'
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Allman
BreakBeforeTernaryOperators: 'false'
BreakConstructorInitializers: AfterColon
BreakInheritanceList: AfterColon