elsa-workflows/elsa-core
Add content formatter for application/x-www-form-urlencoded and multipart/form-data
Ouverte
#75 ouverte le 20 sept. 2019
activityenhancementgood first issueprio lowtriaged
Métriques du dépôt
- Stars
- (5 486 étoiles)
- Métriques de merge PR
- (Merge moyen 1j 17h) (29 PRs mergées en 30 j)
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.