Yagiz Degirmenci
Yagiz Degirmenci
Add examples folder and a project that demonstrates how to get started with templates. Resolves: #31 A review would be appreciated @Kludex, this is nearly the first Python code that...
Automatically set the `Content-Length` header to POST requests. This introduces changes to following functions: * `body_json` * `body_string` * `body_form` * `body_file` * `body_bytes` Resolves: #324 Signed-off-by: Yagiz Degirmenci
ptx has `-G --traditional` flags to specify to whether use traditional mode or GNU extensions, our ptx implementation doesn't supports GNU extensions yet. In traditional mode, there are only several...