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.