Commit Graph

2 Commits

Author SHA1 Message Date
David Diaz 5af119e915 This allows extra documents in a yaml config file to be embeded as
hosts.

This makes the syntax for defining multiple hosts a lot nicer and faster
to use.
2018-07-31 23:17:31 -06:00
David Diaz fe401c1391 Added support for multiple hosts.
This introduces a top level key: `hosts`. It's an array where you can
configure multiple hosts with their own requests, they share defaults
and environment with the global scope.

This allows you to  have multiple paths being the same with different
endpoints and settings.
2018-01-19 18:10:00 -06:00