aboutsummaryrefslogtreecommitdiff
path: root/src/http
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'futures' into v0.6.xZeyla Hellyer2018-05-287-2055/+3295
|\
| * Use impl Trait for FuturesZeyla Hellyer2018-05-271-85/+85
| * Add 'send_files' http supportZeyla Hellyer2018-03-262-95/+97
| * Merge branch 'master' into futuresZeyla Hellyer2018-03-252-0/+37
| |\
| * | Remove `http::FutureResult`, use `error`'sZeyla Hellyer2018-03-251-3/+1
| * | Rewrite the library to use FuturesZeyla Hellyer2018-02-047-1961/+3205
| * | Fix broken docs links caused by model mod changesZeyla Hellyer2018-02-042-50/+48
* | | Remove user account relation docs/functionsLakelezz2018-05-272-11/+3
* | | Permit sending files through the `CreateMessage` builder.Maid Dog2018-05-271-0/+1
* | | Take 'Date' header into account when ratelimitingZeyla Hellyer2018-04-271-2/+61
* | | 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-293-19/+41
| |/ |/|
* | Support sending files with an embed (#285)Brandon Lucier2018-03-041-0/+1
* | Add 'Get Guild Vanity Url' endpointZeyla Hellyer2018-02-092-0/+25
* | Fix broken docs links caused by model mod changesZeyla Hellyer2018-01-312-50/+48
|/
* Add functions to reorder a guild's channelsZeyla Hellyer2018-01-271-0/+16
* Give hyper Response in HTTP errorsZeyla Hellyer2018-01-012-32/+15
* 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-112-8/+8
* 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
* | Update to account for changes made in 0.4.1acdenisSK2017-10-141-3/+2
|\|
| * Fix clippy lintsZeyla Hellyer2017-10-112-4/+3
| * Fix most clippy warningsMaiddog2017-10-041-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-102-14/+13
* | Make webhook_id a majour parameter in ratelimitingZeyla Hellyer2017-10-092-4/+19
* | Fix most clippy warningsMaiddog2017-10-091-1/+1
* | 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-182-69/+43
* Apply rustfmtZeyla Hellyer2017-09-181-1/+3
* Use combinators in `parse_header`acdenisSK2017-09-171-14/+7
* 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-272-46/+76
* Revamp `RwLock` usage in the libacdenisSK2017-08-242-76/+46
* Fix rustfmt lines that are too longZeyla Hellyer2017-08-181-1/+3
* Apply rustfmtZeyla Hellyer2017-08-182-35/+64
* Clippy and rustfmtacdenisSK2017-08-011-1/+2