Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
soledad
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
soledad
Commits
f3c77003
There was a problem fetching the pipeline summary.
Verified
Commit
f3c77003
authored
7 years ago
by
drebs
Browse files
Options
Downloads
Patches
Plain Diff
[doc] add documentation about the blobs range header
parent
d627675a
Branches
Branches containing commit
No related tags found
1 merge request
!175
#8989 - Support range header when downloading blobs
Pipeline
#
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/api/blobs-server.rst
+11
-11
11 additions, 11 deletions
docs/api/blobs-server.rst
with
11 additions
and
11 deletions
docs/api/blobs-server.rst
+
11
−
11
View file @
f3c77003
...
...
@@ -35,22 +35,22 @@ path method action accepte
``/blobs/{uuid}/{blob_id}`` ``DELETE`` Delete a blob. ``namespace``
=========================== ========== ================================= ============================================
When listing blobs, results can be filtered and ordered by using different
query string parameters. See the table above for accepted query string fields
for each action.
The Blobs service supports *namespaces*. All requests can be modified by the
``namespace`` query string parameter, and the results will be restricted to
a certain namespace. When no namespace explicitelly given, the ``default``
namespace is used.
Listing results can be filtered by flags using the ``filter_flag`` query string
parameter. Currently valid values for flags ``PENDING``, ``PROCESSING``,
``PROCESSED``, and ``FAILED``.
Also, results can be ordered by date using the ``order_by`` query string
parameters. The possible values for ``order_by`` are ``date`` or ``+date`` for
increasing order, or ``-date`` for decreasing order.
When listing blobs, results can be filtered and ordered by using different
query string parameters. Listing results can be filtered by flags using the
``filter_flag`` query string parameter. Currently valid values for flags
``PENDING``, ``PROCESSING``, ``PROCESSED``, and ``FAILED``. Also, results can
be ordered by date using the ``order_by`` query string parameters. The possible
values for ``order_by`` are ``date`` or ``+date`` for increasing order, or
``-date`` for decreasing order.
When downloading blobs (that is, when using the ``GET`` HTTP method), you can
send the ``Range`` HTTP header in the request, which will result in the server
returning only the requested range of the blob.
.. _incoming-http-api:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment