But, the response is not gzipped. below is the server log of http header.
key: Cookie val: --
key: Origin val: --
key: User-Agent val: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.160 Safari/537.22
key: Content-Length val: 2
key: Accept val: application/json, text/plain, */*
key: Cache-Control val: no-cache
key: Connection val: close
key: X-Appengine-Inbound-Version-Id val: 1.1
key: Accept-Charset val: ISO-8859-1,utf-8;q=0.7,*;q=0.3
key: Pragma val: no-cache
key: Referer val: ---
key: X-Appengine-Inbound-Appid val: dev~slot
key: X-Requested-With val: XMLHttpRequest
key: X-Appengine-Request-Log-Id val: --
key: Content-Type val: application/json;charset=UTF-8
key: X-Appengine-Inbound-User-Id val:
key: X-Appengine-Inbound-User-Email val:
key: Accept-Language val: en-US,en;q=0.8
" Other issue I've been running into is that the dev server never compresses the requests (which is inconsistent with the production server and should be regarded as a bug)."
Please let know is it indeed a bug, or not supported in dev env.