Name Description Size
http.rs Interface to HTTP requests/responses which will transparently use various backends to send the data. This is far from a general implementation, instead implementing the sort of requests that we need. 13827
libcurl.rs Partial libcurl bindings with some wrappers for safe cleanup. 15502
mod.rs 343
ping
report.rs Support for crash report creation and upload. Upload currently uses the system libcurl or curl binary rather than a rust network stack (as curl is more mature, albeit the code to interact with it must be a bit more careful). 7750