Last active
July 15, 2019 17:24
-
-
Save tye-shutty/bbafc7e5ff888cce656cd139562cda59 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
curl -X GET -H "Content-Type: application/json" https:url/list-items.csv --user username:password | |
#GET is default so -X GET not required | |
immutant.web.internal.ring.LazyMap | |
#the type of the request sent by postman | |
io.undertow.io.UndertowInputStream | |
#the type of the :body val in the request |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment