sort accepts
This commit is contained in:
parent
19db26b0cb
commit
e334e711cc
1 changed files with 21 additions and 19 deletions
|
|
@ -1,30 +1,32 @@
|
||||||
ACCEPT_TYPES = {
|
ACCEPT_TYPES = {
|
||||||
"application/json": "JSON",
|
|
||||||
"text/html": "html",
|
|
||||||
"application/html": "html",
|
"application/html": "html",
|
||||||
"text/html-partial": "html",
|
|
||||||
"application/html-partial": "html",
|
"application/html-partial": "html",
|
||||||
"text/rich": "rtf",
|
"application/json": "JSON",
|
||||||
"application/rtf": "rtf",
|
|
||||||
"text/rtf": "rtf",
|
|
||||||
"text/rich": "rtf",
|
|
||||||
"text/plain": "text",
|
|
||||||
"application/text": "text",
|
|
||||||
"application/plain": "text",
|
|
||||||
"application/markdown": "markdown",
|
"application/markdown": "markdown",
|
||||||
"application/md": "markdown",
|
"application/md": "markdown",
|
||||||
"text/markdown": "markdown",
|
|
||||||
"text/md": "markdown",
|
|
||||||
"text/x-markdown": "markdown",
|
|
||||||
"image/png": "png",
|
|
||||||
"application/pdf": "pdf",
|
"application/pdf": "pdf",
|
||||||
"json": "JSON",
|
"application/plain": "text",
|
||||||
|
"application/rtf": "rtf",
|
||||||
|
"application/text": "text",
|
||||||
"html": "html",
|
"html": "html",
|
||||||
"rtf": "rtf",
|
"image/png": "png",
|
||||||
"plain": "text",
|
"json": "JSON",
|
||||||
"text": "text",
|
|
||||||
"markdown": "markdown",
|
"markdown": "markdown",
|
||||||
"md": "markdown",
|
"md": "markdown",
|
||||||
"png": "png",
|
|
||||||
"pdf": "pdf",
|
"pdf": "pdf",
|
||||||
|
"plain": "text",
|
||||||
|
"png": "png",
|
||||||
|
"rich": "rtf",
|
||||||
|
"richtext": "rtf",
|
||||||
|
"richtextformat": "rtf",
|
||||||
|
"rtf": "rtf",
|
||||||
|
"text": "text",
|
||||||
|
"text/html": "html",
|
||||||
|
"text/html-partial": "html",
|
||||||
|
"text/markdown": "markdown",
|
||||||
|
"text/md": "markdown",
|
||||||
|
"text/plain": "text",
|
||||||
|
"text/rich": "rtf",
|
||||||
|
"text/rtf": "rtf",
|
||||||
|
"text/x-markdown": "markdown",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue