index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Mode
Name
Size
-rw-r--r--
Angular.js
27565
log
stats
plain
-rw-r--r--
AngularPublic.js
4409
log
stats
plain
-rw-r--r--
angular-bootstrap.js
6951
log
stats
plain
-rw-r--r--
angular.prefix
157
log
stats
plain
-rw-r--r--
angular.suffix
274
log
stats
plain
-rw-r--r--
apis.js
2400
log
stats
plain
d---------
auto
39
log
stats
plain
d---------
bootstrap
161
log
stats
plain
-rw-r--r--
jqLite.js
22557
log
stats
plain
-rw-r--r--
loader.js
8547
log
stats
plain
-rw-r--r--
loader.prefix
132
log
stats
plain
-rw-r--r--
loader.suffix
442
log
stats
plain
-rw-r--r--
module.prefix
156
log
stats
plain
-rw-r--r--
module.suffix
29
log
stats
plain
d---------
ng
965
log
stats
plain
d---------
ngCookies
38
log
stats
plain
d---------
ngLocale
7753
log
stats
plain
d---------
ngMock
44
log
stats
plain
d---------
ngResource
39
log
stats
plain
d---------
ngSanitize
108
log
stats
plain
d---------
"""
The :mod:`request` module provides a :class:`Request` class used to wrap the standard `request`
object received in all the views.
The wrapped request then offers a richer API, in particular :
- content automatically parsed according to `Content-Type` header,
and available as :meth:`.DATA<Request.DATA>`
- full support of PUT method, including support for file uploads
- form overloading of HTTP method, content type and content
"""
from
StringIO
import
StringIO
from
django.http.multipartparser
import
parse_header
from
rest_framework
import
exceptions
from
rest_framework.settings
import
api_settings
def