diff options
| author | 2019-03-03 18:25:37 -0500 | |
|---|---|---|
| committer | 2019-03-03 18:25:37 -0500 | |
| commit | e5e3b8fa30f4f49eab4bf886a3a4bad347da68ae (patch) | |
| tree | eafd5abcdb3c0fd4790d5140c95e56eca6e1ef99 | |
| parent | Document PUT (diff) | |
Oneline tables
| -rw-r--r-- | views/index.dt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/views/index.dt b/views/index.dt index 99d0b12..be6ee39 100644 --- a/views/index.dt +++ b/views/index.dt @@ -10,19 +10,19 @@ block content tbody tr td: pre: code POST / data=anything - td Pastebin anything + td: Pastebin anything tr td: pre: code PUT /id data=anything - td Write anything into /id. + td: Write anything into /id. tr td: pre: code GET /id - td Read paste with ID "id" + td: Read paste with ID "id" tr td: pre: code GET /id?lang - td Read paste with ID "id", and highlight it as "lang" + td: Read paste with ID "id", and highlight it as "lang" tr td: pre: code GET /raw/id - td Get the raw contents of paste with ID "id" + td: Get the raw contents of paste with ID "id" h2 Examples pre: code(class='language-sh') | curl -F 'data=<-' https://brpaste.example.com |
