Fixes/Features in 1.3.5: * Add text/json to list of known JSON content types * For JSON content types that fail to parse, output plaintext instead of hanging * Apply Same Method on HTTP Redirects menu option. For HTTP 301, 302, & 303s, there is w3c guidance about when the POST should be propogated rather than converted into a GET on the target of the redirect. Some users were not expecting this and (for better or worse) will be able to override the built-in rules and propogate the HTTP method to the target of the redirect no matter what the guidelines are. In the previous version, this erroneously was made the default behavior -- but it is now configurable. (ISSUE-26) * Clicking dock icon re-opens main window if it is closed * Gzip checkbox for multipart file uploads * Drag'n'drop files from Finder to File upload list * Selectable syntax highlighting for responses * Auto-complete for common HTTP header field names