From 5fb31f916231e8d76da3a3792e8bf596b93556d4 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Fri, 16 Nov 2012 14:51:31 +1300 Subject: Add :u shortcut example. Update trove specifiers, netlib dependency. --- libpathod/templates/request_previewform.html | 6 +++++- setup.py | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/libpathod/templates/request_previewform.html b/libpathod/templates/request_previewform.html index 263b501e..78884145 100644 --- a/libpathod/templates/request_previewform.html +++ b/libpathod/templates/request_previewform.html @@ -27,7 +27,11 @@ 100 random bytes as the body - get:/:h"User-Agent"="';drop table browsers;" + get:/:h"Etag"="';drop table browsers;" + Add a header + + + get:/:u"';drop table browsers;" Add a User-Agent header diff --git a/setup.py b/setup.py index 0e4e36f1..4df247b2 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ setup( scripts = ["pathod", "pathoc"], classifiers = [ "License :: OSI Approved :: MIT License", - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Internet", @@ -89,5 +89,5 @@ setup( "Topic :: Software Development :: Testing :: Traffic Generation", "Topic :: Internet :: WWW/HTTP", ], - install_requires=['netlib>=0.2.1', "requests>=0.13", "flask"], + install_requires=['netlib>=0.2.2', "requests>=0.13", "flask"], ) -- cgit v1.2.3