Story #1179
closedPulp - Story #1150: As a user, I can lazily fetch repositories
As a developer I can receive headers while using download_one()
100%
Description
While using download_one() a developer should be able to receive the headers that were delivered with the download. These headers should be able to be given the developer as soon as nectar receives them and before any data is written to the download request.
On possible implementation would be to add the ability to register a callback which will pass the headers as arguments as soon as they are known. The developer could register this callback before initiating the download request. Another approach may be to store the headers in the download request but this needs to be done in a structured way and must be available before the data is written to the download request.
Related issues
Updated by bmbouter over 9 years ago
- Blocks Task #1195: Develop the pulp-streamer added
Updated by ipanova@redhat.com about 9 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ipanova@redhat.com
- Target Release - Nectar set to master
Updated by ipanova@redhat.com about 9 years ago
- Status changed from ASSIGNED to POST
Added by ipanova@redhat.com about 9 years ago
Updated by ipanova@redhat.com about 9 years ago
- Status changed from POST to MODIFIED
Updated by jortel@redhat.com about 9 years ago
- Status changed from MODIFIED to POST
Updated by jortel@redhat.com about 9 years ago
- Status changed from POST to MODIFIED
Updated by rbarlow almost 9 years ago
- Target Release - Nectar changed from master to 1.4.4
Updated by rbarlow almost 9 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
As a developer I can receive headers while using download_one()
re #1179 https://pulp.plan.io/issues/1179