Skip to main content

Extract query strings from get urls & requests

Project description

QueryStringer

Simple middleware for django to extract string queries from urls

Installation

pip install querystringer

Import

import it inside middleware in django settings

middlewares = [
  ...,
  querystringer.middleware.querystringer.QueryStringer,
  ...,
]

Usage

all requests will have an edited request and you can access them by request.GET['queries']

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

querystringer-0.0.1-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page