elsa-core/src/modules/Elsa.Http
Sipke Schoorstra cb87d2ed82
Implement resumable downloads (#4448)
* Incremental work on persistent file cache

* Rename providers to handlers

* Implement zip file caching for resumable downloads

* Implement partial download for zipped files

* Allow executing workflows using GET verb

* Implement custom header for correlating downloads

* Rename FileName to Filename for consistency

* Update interface XML comment

* Cleanup

* Fix that source Downloadables were executed even when cached zip exists

* Make download correlation ID optional
2023-09-17 22:35:13 +02:00
..
Abstractions Implement resumable downloads (#4448) 2023-09-17 22:35:13 +02:00
Activities Implement resumable downloads (#4448) 2023-09-17 22:35:13 +02:00
Bookmarks WriteHttpFileResponse Activity (#4445) 2023-09-16 11:06:56 +02:00
ContentWriters Improve automatic handling of content parsing and writing 2023-03-09 11:24:00 +01:00
Contexts Implement resumable downloads (#4448) 2023-09-17 22:35:13 +02:00
Contracts Implement resumable downloads (#4448) 2023-09-17 22:35:13 +02:00
DownloadableContentHandlers Implement resumable downloads (#4448) 2023-09-17 22:35:13 +02:00
Extensions WriteHttpFileResponse Activity (#4445) 2023-09-16 11:06:56 +02:00
Features Implement resumable downloads (#4448) 2023-09-17 22:35:13 +02:00
FileCaches Implement resumable downloads (#4448) 2023-09-17 22:35:13 +02:00
Handlers WriteHttpFileResponse Activity (#4445) 2023-09-16 11:06:56 +02:00
HostedServices Extract route table updater to reusable service 2023-05-24 14:21:19 +02:00
Middleware WriteHttpFileResponse Activity (#4445) 2023-09-16 11:06:56 +02:00
Models Implement resumable downloads (#4448) 2023-09-17 22:35:13 +02:00
Options Implement resumable downloads (#4448) 2023-09-17 22:35:13 +02:00
Parsers HTTP parser: parse object into ExpandoObject 2023-05-10 16:10:24 +02:00
PortResolvers Implement outcomes for SendHttpRequest activity (#3787) 2023-03-11 22:14:39 +01:00
Providers WriteHttpFileResponse Activity (#4445) 2023-09-16 11:06:56 +02:00
Scripting/JavaScript WriteHttpFileResponse Activity (#4445) 2023-09-16 11:06:56 +02:00
Selectors Implement HTTP correlation ID selectors (#4349) 2023-08-23 10:48:12 +02:00
Services Implement resumable downloads (#4448) 2023-09-17 22:35:13 +02:00
BookmarkMetadata.cs WriteHttpFileResponse Activity (#4445) 2023-09-16 11:06:56 +02:00
Elsa.Http.csproj Implement resumable downloads (#4448) 2023-09-17 22:35:13 +02:00
Elsa.Http.csproj.DotSettings V3 modular configuration (#3070) 2022-05-26 12:47:31 +02:00
FodyWeavers.xml Prepare projects for packaging 2022-11-03 21:40:23 +01:00