Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf7646f9

Browse files
TCatshoeknejch
andauthored
Update docs/gl_objects/pipelines_and_jobs.rst
Co-authored-by: Nejc Habjan <hab.nejc@gmail.com>
1 parentb7d113a commitf7646f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎docs/gl_objects/pipelines_and_jobs.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,9 @@ Or, you can also use the underlying response iterator directly::
278278

279279
artifact_bytes_iterator = build_or_job.artifacts(streamed=True, action='iterator')
280280

281-
This can be used with FastAPI/Starlette StreamingResponse to forward a download from gitlab without having to download
282-
the entire file server side first::
281+
This can be used with frameworks that expect an iterator (such as FastAPI/Starlette's
282+
``StreamingResponse``) to forward a download from GitLab without having to download
283+
the entire content server-side first::
283284

284285
@app.get("/download_artifact")
285286
def download_artifact():

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp