aboutsummaryrefslogtreecommitdiff
path: root/src/utils/builder/execute_webhook.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename the `http` module to `rest`Austin Hellyer2016-11-251-3/+3
|
* A bit of docsAustin Hellyer2016-11-181-2/+62
|
* Move the builders to the utilsAustin Hellyer2016-11-131-0/+55
The builders aren't a large enough portion of the library to deserve their own root-level module, so move them to the `utils` module. Additionally, split them into separate files, as the library will be receiving more builders and the single-file pattern was getting rather large.