Name Description Size Coverage
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. 21736 -
libcurl.rs Partial libcurl bindings with some wrappers for safe cleanup. 15514 -
mod.rs 343 -
ping -
ping.rs Crash pings sent using Glean. 3340 -
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). 7732 -