Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@ public Status getStatus() {
*/
public static final String MIME_HTML = "text/html";

/**
* Common MIME type for dynamic content: json
*/
public static final String MIME_JSON = "application/json";

/**
* Pseudo-Parameter to use to store the actual query string in the
* parameters map for later re-processing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ flv=video/x-flv
mov=video/quicktime
swf=application/x-shockwave-flash
js=application/javascript
json=application/json
pdf=application/pdf
doc=application/msword
ogg=application/x-ogg
Expand Down