From 7069389d6333b3ad1bd464d19efc3740864a0c89 Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Wed, 29 Feb 2012 22:55:36 +0000 Subject: [PATCH] [docs] Add question mark as a character to encode. Fixes issue #41. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index bbc0b03..c656711 100644 --- a/README.markdown +++ b/README.markdown @@ -34,7 +34,7 @@ curl -d "GET/hello" http://127.0.0.1:7379/ * Pub/Sub using `Transfer-Encoding: chunked`, works with JSONP as well. Webdis can be used as a Comet server. * Drop privileges on startup. * Custom Content-Type using a pre-defined file extension, or with `?type=some/thing`. -* URL-encoded parameters for binary data or slashes. For instance, `%2f` is decoded as `/` but not used as a command separator. +* URL-encoded parameters for binary data or slashes and question marks. For instance, `%2f` is decoded as `/` but not used as a command separator. * Logs, with a configurable verbosity. * Cross-origin requests, usable with XMLHttpRequest2 (Cross-Origin Resource Sharing - CORS). * File upload with PUT.