aboutsummaryrefslogtreecommitdiff
path: root/src/http/mod.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Remove a few clonesacdenisSK2017-07-291-1/+1
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-405/+648
* rustfmtacdenisSK2017-07-271-224/+235
* Remove the code meant for debuggingacdenisSK2017-07-241-2/+0
* Revert the ignoring of protocol and data frame errors, while actually handlin...acdenisSK2017-07-241-0/+2
* Add an actual way to fetch audit log entries from a guildacdenisSK2017-07-201-0/+10
* Remove the deprecated functionsacdenisSK2017-07-111-18/+0
* Implement attaching reasons to bansacdenisSK2017-07-081-3/+4
* Docs fixesmei2017-06-271-3/+2
* Add 'wait' parameter to http::execute_webhookZeyla Hellyer2017-06-201-6/+21
* Call send_files from http::send_fileZeyla Hellyer2017-06-141-35/+7
* Switch from #[doc(hidden)] to pub(crate)alex2017-06-141-4/+3
* Use HTTPS Connector with remaining HTTP functionsMaiddog2017-06-141-9/+20
* Use an https connector in http::send_filesZeyla Hellyer2017-06-091-1/+5
* Make http::send_files accept a slice of bytesZeyla Hellyer2017-06-041-4/+13
* Make http::AttachmentType only use borrowed valuesZeyla Hellyer2017-06-041-14/+16
* Fix compilations across feature combinationsZeyla Hellyer2017-06-021-1/+2
* Implement multiple attachmentsKen Swenson2017-05-281-0/+86
* Fix incorrect attempted send_file deserializationZeyla Hellyer2017-05-271-0/+12
* Fix broken docs links in http moduleZeyla Hellyer2017-05-241-43/+43
* Restructure modulesZeyla Hellyer2017-05-221-0/+1544