Skip to content

Commit f7646f9

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

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)