Merge "Fix symlink docstring"
This commit is contained in:
commit
f70520239c
@ -237,8 +237,8 @@ def _validate_and_prep_request_headers(req):
|
|||||||
x-symlink-target header is present in req.headers.
|
x-symlink-target header is present in req.headers.
|
||||||
|
|
||||||
:param req: HTTP request object
|
:param req: HTTP request object
|
||||||
:returns: a tuple, the full versioned WSGI quoted path to the object and
|
:returns: a tuple, the full versioned path to the object (as a WSGI string)
|
||||||
the value of the X-Symlink-Target-Etag header which may be None
|
and the X-Symlink-Target-Etag header value which may be None
|
||||||
:raise: HTTPPreconditionFailed if x-symlink-target value
|
:raise: HTTPPreconditionFailed if x-symlink-target value
|
||||||
is not well formatted.
|
is not well formatted.
|
||||||
:raise: HTTPBadRequest if the x-symlink-target value points to the request
|
:raise: HTTPBadRequest if the x-symlink-target value points to the request
|
||||||
|
Loading…
x
Reference in New Issue
Block a user