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 e627cd8 commit 080a683Copy full SHA for 080a683
README.md
@@ -9,3 +9,9 @@ binary as well as in a API mode.
9
- optional regex to further narrow the selection
10
11
and outputs the selected value.
12
+
13
14
+Example `curl` invocation for the server mode:
15
+```
16
+curl 'http://localhost:8080/' --data-urlencode "baseUrl=http://example.com" --data-urlencode "xpath=/html/body/div/p[2]/a/@href" --data-urlencode "regex=^(?:https?://)?(?:[^@\n]+@)?([^:/\n]+)" -vvv
17
0 commit comments