elsa-workflows/elsa-core
Add content formatter for application/x-www-form-urlencoded and multipart/form-data
オープン
#75 opened on 2019/09/20
activityenhancementgood first issueprio lowtriaged
Repository metrics
- Stars
- (5,486 個のスター)
- PR merge metrics
- (平均マージ 1d 17h) (30d で 29 merged PRs)
説明
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.