elsa-workflows/elsa-core
View on GitHubAdd content formatter for application/x-www-form-urlencoded and multipart/form-data
Open
#75 opened on Sep 20, 2019
activityenhancementgood first issueprio lowtriaged
Repository metrics
- Stars
- (5,486 stars)
- PR merge metrics
- (Avg merge 1d 17h) (29 merged PRs in 30d)
Description
Currently, Elsa.Activities.Http provides only one implementation of IContentFormatter, which is JsonContentFormatter.
We need to add another formatter for application/x-www-form-urlencoded and multipart/form-data.