aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/src/abstract_http_client.cpp
Commit message (Collapse)AuthorAgeFilesLines
* epee: include math header for upcoming Boost 1.89Michael Cho2025-08-201-0/+1
|
* assign default port for http and https clientswoodser2025-02-171-0/+7
|
* Split epee/string_tools.h and encapsulate boost::lexical_castmj-xmr2021-04-161-0/+1
|
* wallet2_api: implement runtime proxy configurationxiphon2020-07-201-0/+5
|
* Allow wallet2.h to run in WebAssemblywoodser2020-04-151-0/+142
- Add abstract_http_client.h which http_client.h extends. - Replace simple_http_client with abstract_http_client in wallet2, message_store, message_transporter, and node_rpc_proxy. - Import and export wallet data in wallet2. - Use #if defined __EMSCRIPTEN__ directives to skip incompatible code.