mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
advertise HTTP/2 mirror (#303)
This commit is contained in:
committed by
Ian Cordasco
parent
440e2a525d
commit
f30e81eeeb
+2
-1
@@ -2,7 +2,8 @@ httpbin(1): HTTP Request & Response Service
|
||||
===========================================
|
||||
|
||||
Freely hosted in `HTTP <http://httpbin.org>`__,
|
||||
`HTTPS <https://httpbin.org>`__ & `EU <http://eu.httpbin.org/>`__
|
||||
`HTTPS <https://httpbin.org>`__,
|
||||
`HTTP/2 <https://http2bin.org>`__ & `EU <http://eu.httpbin.org/>`__
|
||||
flavors by `Runscope <https://www.runscope.com/>`__
|
||||
|
||||
|Deploy|_
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class='mp'>
|
||||
<h1>httpbin(1): HTTP Request & Response Service</h1>
|
||||
<p>Freely hosted in <a href="http://httpbin.org">HTTP</a>, <a href="https://httpbin.org">HTTPS</a> & <a href="http://eu.httpbin.org/">EU</a> flavors by <a href="https://www.runscope.com/">Runscope</a></p>
|
||||
<p>Freely hosted in <a href="http://httpbin.org">HTTP</a>, <a href="https://httpbin.org">HTTPS</a>, <a href="https://http2bin.org">HTTP/2</a> & <a href="http://eu.httpbin.org/">EU</a> flavors by <a href="https://www.runscope.com/">Runscope</a></p>
|
||||
|
||||
<h2 id="ENDPOINTS">ENDPOINTS</h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user