Rework of web framework #266
No reviewers
Labels
No Label
Roadmap
V
bug
docs
duplicate
enhancement
good first issue
help wanted
idea
invalid
question
wontfix
Idea
Roadmap
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vieter-v/vieter#266
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "Chewing_Bever/vieter:web-rework"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
I've grown tired of coding "around" the web framework, so this PR gives it a proper refactor. It'll probably be pretty big once it's done.
Besides a refactor, I've implemented HTTP range requests for file responses. This allows Pacman to properly resume interrupted downloads & allows using Vieter along with download accelerators, e.g. axel.
Closes #264, #240, #6
LGTM
fc5650fe78
to272f14b264
WIP: rework of web frameworkto Rework of web frameworkWhile I'm not sure whether this PR is fully finished yet, I'd like to get it merged anyways. It's already pretty big & adds a lot of functionality. Any other changes can be added later in another PR.