aboutsummaryrefslogtreecommitdiff
path: root/src/http/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Move low-level http functions to a raw moduleZeyla Hellyer2018-08-241-1737/+4
* Fix routing for http::create_private_channelZeyla Hellyer2018-08-131-1/+1
* Fix all the dead links in the docsErk-2018-08-091-15/+15
* Fix compilation + tests on certain feature combosZeyla Hellyer2018-08-071-1/+1
* Do not return Result from main in testsacdenisSK2018-08-071-2/+10
* Remove usage of inclusive range syntaxZeyla Hellyer2018-08-061-1/+1
* Make http::fire, http::request publicZeyla Hellyer2018-08-051-48/+91
* [http] Abstract out routing methods and pathsZeyla Hellyer2018-08-051-389/+243
* Make http::wind perform requestsZeyla Hellyer2018-08-051-57/+64
* Add an internal http::fire methodZeyla Hellyer2018-08-041-259/+117
* Remove an unnecessary lifetime on fn signatureZeyla Hellyer2018-08-041-1/+1
* Redo how requests are formed in HTTP moduleZeyla Hellyer2018-08-041-584/+679
* Maintain a single, re-used HTTP clientZeyla Hellyer2018-08-041-23/+17
* Move unit tests into sourceZeyla Hellyer2018-08-011-0/+18
* Fix some clippy lintsZeyla Hellyer2018-07-151-2/+2
* Add servermom methods to http modulepresident moon2018-06-171-0/+29
* Remove extraneous spaces at the end of linesZeyla Hellyer2018-06-171-6/+6
* do not include optional params if they are None in audit logs (#303)Kyle Clemens2018-04-111-5/+22
* Add http method to ban zeyla from a guildZeyla Hellyer2018-04-011-0/+14
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-13/+25
* Support sending files with an embed (#285)Brandon Lucier2018-03-041-0/+1
* Add 'Get Guild Vanity Url' endpointZeyla Hellyer2018-02-091-0/+19
* Fix broken docs links caused by model mod changesZeyla Hellyer2018-01-311-37/+35
* Add functions to reorder a guild's channelsZeyla Hellyer2018-01-271-0/+16
* Give hyper Response in HTTP errorsZeyla Hellyer2018-01-011-23/+8
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-161-1/+1
* Break up the model moduleZeyla Hellyer2017-12-161-3/+3
* impl From<&Path> for http::AttachmentTypeZeyla Hellyer2017-11-161-0/+6
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-7/+7
* Fix audit logs a bitacdenisSK2017-11-011-3/+11
* Merge v0.4.2acdenisSK2017-10-241-0/+18
|\
| * Implement changing a role's position (#201)Ken Swenson2017-10-191-0/+18
| * Fix clippy lintsZeyla Hellyer2017-10-111-1/+1
| * Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-041-2/+2
| * Revert "Use the de-generification trick."acdenisSK2017-10-031-5/+1
| * Use the de-generification trick.acdenisSK2017-10-021-1/+5
| * `to_owned` -> `to_string`acdenisSK2017-10-011-6/+6
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-5/+6
* | Make webhook_id a majour parameter in ratelimitingZeyla Hellyer2017-10-091-3/+18
* | Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-091-2/+2
* | Revert "Use the de-generification trick."acdenisSK2017-10-091-5/+1
* | Use the de-generification trick.acdenisSK2017-10-091-1/+5
* | `to_owned` -> `to_string`acdenisSK2017-10-091-6/+6
|/
* Document http::set_token and unhide it from docsZeyla Hellyer2017-09-231-3/+22
* Apply rustfmtZeyla Hellyer2017-09-181-57/+30
* Update deprecated bulk delete endpointZeyla Hellyer2017-09-051-1/+1
* Remove more non-bot user endpointsZeyla Hellyer2017-09-011-47/+0
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-30/+57
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-57/+30
* Apply rustfmtZeyla Hellyer2017-08-181-28/+53