Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/handlers/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ <h1>Blossom Server</h1>
<p>To use this server, you can send HTTP requests to the following endpoints:</p>
<ul>
<li>GET /&lt;hash&gt; - Retrieve a blob by its hash</li>
<li>PUT /upload - Upload a new blob</li>
<li>HEAD /&lt;hash&gt; - Check if blob exists</li>
<li>DELETE /&lt;hash&gt; - Delete blob</li>
<li>PUT /&lt;upload&gt; - Upload a new blob</li>
<li>GET /list/&lt;pubkey&gt; - List all blobs associated with a public key</li>
<li>PUT /mirror - Copy blobs from another Blossom server</li>
</ul>
<p>For more information on how to use the Blossom protocol, please see the <a href="https://github.com/hzrd149/blossom">Blossom
documentation</a>.</p>
Expand Down
Loading