elsa-workflows/elsa-core

Add content formatter for application/x-www-form-urlencoded and multipart/form-data

Open

#75 opened on Sep 20, 2019

View on GitHub
 (5 comments) (0 reactions) (0 assignees)C# (979 forks)batch import
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.

Contributor guide