Middleware allows you to process certain pre specified activities like,
Logging, User Authentication, Tokenization and filtration of data. Route
authentication, Access control list validations.
It provides flexibility to invoke appropriate middleware on different
routes.
These act as glue to provide extra functionality.
Certain tasks which need to be processed before of after serving request,
it must be included inside middleware

On Tue, Aug 25, 2015 at 4:44 PM, Pawanesh Gautam <pawne...@gmail.com> wrote:

> why middleware is required ??
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/b160c03e-a9c2-42f9-a95e-52fbace330c9%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/b160c03e-a9c2-42f9-a95e-52fbace330c9%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2B_AzAQp9CBfbaS6AZxE-aEqoA48%2BbN%3D7pyuHS889%2BLBEaYsWw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • middleware Pawanesh Gautam
    • Re: middleware Mayank G

Reply via email to