Skip to content

Commit 080a683

Browse files
authored
Update README.md
1 parent e627cd8 commit 080a683

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ binary as well as in a API mode.
99
- optional regex to further narrow the selection
1010

1111
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

Comments
 (0)