Name Description Size Coverage
key-value-store.py Key-Value store server. The request takes "key=" and "value=" URL parameters. The key should be a UUID generated by token(). - When only the "key=" is specified, serves a 200 response whose body contains the stored value specified by the key. If the stored value doesn't exist, serves a 200 response with an empty body. - When both the "key=" and "value=" are specified, stores the pair and serves a 200 response without body. 942 -
post-message-opener.html 209 -
post-message.html 79 -
utils.js 1216 -
worker-fetch-script-empty.js 263 -
worker-fetch-script-empty.js.headers 25 -
worker-fetch-script.js 263 -