aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Baz <git@maximbaz.com>2020-07-09 21:37:04 +0200
committerMaxim Baz <git@maximbaz.com>2020-07-09 21:37:04 +0200
commiteb6d5909904b10decafcf53a31458c6c171b0523 (patch)
tree4f1a6466e87450055542c6e1089f3a06110a90ef
parentedbb0b64337101cf8b282d4b80edca37554f0509 (diff)
index.html: move info about `?=ip` query param to a central place
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 95ac56b..7e56352 100644
--- a/index.html
+++ b/index.html
@@ -84,6 +84,7 @@
<p>Multiple command line HTTP clients are supported,
including <a href="https://curl.haxx.se/">curl</a>, <a href="https://github.com/jkbrzt/httpie">httpie</a>, <a href="https://www.gnu.org/software/wget/">GNU
Wget</a>, <a href="https://www.freebsd.org/cgi/man.cgi?fetch(1)">fetch</a>, and <a href="https://github.com/astaxie/bat">bat</a>.</p>
+ <p>All endpoints (except <code>/port</code>) can return information about a custom IP address specified via <code>?ip=</code> query parameter.</p>
</div>
</div>
<div class="pure-g">
@@ -135,7 +136,6 @@ $ http {{ .Host }}/asn
$ http {{ .Host }}/json
{{ .JSON }}</pre>
<p>Setting the <code>Accept: application/json</code> header also works as expected.</p>
- <p>All endpoints (except <code>/port</code>) can return information about a custom IP address specified via <code>?ip=</code> query parameter.</p>
<h2>Plain output</h2>
<p>Always returns the IP address including a trailing newline, regardless of user agent.</p>
<pre>