Created
February 17, 2020 12:37
-
-
Save MarioBlazek/a50d4899ddf3914bceaa627fdd9e8a08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Httplug configuration | |
httplug: | |
plugins: | |
logger: ~ | |
clients: | |
app: | |
factory: httplug.factory.guzzle6 | |
plugins: [httplug.plugin.logger] | |
second: | |
factory: httplug.factory.curl | |
plugins: [httplug.plugin.logger] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment