PythoC lets you use Python as a C code generator, but with more features and flexibility than Cython provides. Here’s a first ...
The ampersand & character, if appears in query string parameter should be encoded properly before creating request. Currently & is being sent as is. It also appears that any other special characters ...