aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/net/abstract_http_client.h
Commit message (Collapse)AuthorAgeFilesLines
* Change epee binary output from std::stringstream to byte_streamLee Clagett2020-10-101-1/+1
|
* wallet2_api: implement runtime proxy configurationxiphon2020-07-201-0/+1
|
* Allow wallet2.h to run in WebAssemblywoodser2020-04-151-0/+87
- 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.