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 = {
|
||||
"application/json": "JSON",
|
||||
"text/html": "html",
|
||||
"application/html": "html",
|
||||
"text/html-partial": "html",
|
||||
"application/html-partial": "html",
|
||||
"text/rich": "rtf",
|
||||
"application/rtf": "rtf",
|
||||
"text/rtf": "rtf",
|
||||
"text/rich": "rtf",
|
||||
"text/plain": "text",
|
||||
"application/text": "text",
|
||||
"application/plain": "text",
|
||||
"application/json": "JSON",
|
||||
"application/markdown": "markdown",
|
||||
"application/md": "markdown",
|
||||
"text/markdown": "markdown",
|
||||
"text/md": "markdown",
|
||||
"text/x-markdown": "markdown",
|
||||
"image/png": "png",
|
||||
"application/pdf": "pdf",
|
||||
"json": "JSON",
|
||||
"application/plain": "text",
|
||||
"application/rtf": "rtf",
|
||||
"application/text": "text",
|
||||
"html": "html",
|
||||
"rtf": "rtf",
|
||||
"plain": "text",
|
||||
"text": "text",
|
||||
"image/png": "png",
|
||||
"json": "JSON",
|
||||
"markdown": "markdown",
|
||||
"md": "markdown",
|
||||
"png": "png",
|
||||
"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