#!/usr/bin/env python """ $Id$ Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) See the file 'doc/COPYING' for copying permission """ class PLACE: GET = "GET" POST = "POST" URI = "URI" COOKIE = "Cookie" UA = "User-Agent"