We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113e080 commit 09cbae5Copy full SHA for 09cbae5
doc.go
@@ -0,0 +1,14 @@
1
+/*
2
+Please is a utility for making and receiving web requests and parsing and reformatting the common data formats that are sent over them.
3
+
4
+Examples:
5
6
+To make a web request, parse the response as json and reformat it in yaml:
7
8
+ please get http://my.api.com/things | please parse -i json -o yaml
9
10
+To listen for a web request on port 8001 and reply "Hello, world":
11
12
+ echo "Hello, world" | please respond :8000
13
+*/
14
+package main
0 commit comments