elsa-workflows/elsa-core
Add content formatter for application/x-www-form-urlencoded and multipart/form-data
开放
#75 创建于 2019年9月20日
activityenhancementgood first issueprio lowtriaged
仓库指标
- 星标
- (5,486 个星标)
- PR 合并指标
- (平均合并 1天 17小时) (30 天内合并 29 个 PR)
描述
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.