lib/curl/Request: move code to class CurlResponseHandlerAdapter

This commit is contained in:
Max Kellermann
2021-12-08 19:47:01 +01:00
parent 3c3c3eeeca
commit e0f56b9e2d
5 changed files with 287 additions and 163 deletions

View File

@@ -18,6 +18,7 @@ curl = static_library(
'Init.cxx',
'Global.cxx',
'Request.cxx',
'Adapter.cxx',
'Escape.cxx',
'Form.cxx',
include_directories: inc,