---
title: "Handling HTTP requests"
version: 6.0
locale: es
source: https://docs.djangoproject.com/es/6.0/topics/http/
canonical: https://djangodocs.dev/es/6.0/topics/http/
---
# Handling HTTP requests

Information on handling HTTP requests in Django:

- [URL dispatcher](/es/6.0/topics/http/urls/)
- [Writing views](/es/6.0/topics/http/views/)
- [View decorators](/es/6.0/topics/http/decorators/)
- [File Uploads](/es/6.0/topics/http/file-uploads/)
- [Django shortcut functions](/es/6.0/topics/http/shortcuts/)
- [Generic views](/es/6.0/topics/http/generic-views/)
- [Middleware](/es/6.0/topics/http/middleware/)
- [How to use sessions](/es/6.0/topics/http/sessions/)
