Lines Matching full:also
57 as a result, WebOb is also a nice way to create HTTP requests and
95 ``PUT``. You can also get ``req.body_file`` for a file-like
113 Also, for standard HTTP request headers there are usually attributes,
154 You can also use ``req.copy()`` to copy an existing request, or
161 and returns a `Response`_ object. You can also use this for
173 you subclass ``Request`` you can also set ``charset`` as a class-level
196 object`_ in ``response.headers`` that also allows you to access
201 content of the response. This is also accessible as
218 The ``charset`` parameter of the content-type, it also informs
230 to live in seconds (you may also use a timedelta object). The
231 `Expires`` key will also be set based on the value of ``max_age``.
239 or if ``seconds`` is 0 then the response is uncacheable (this also
246 attribute later). It can also do HEAD and Range requests.