elsa-workflows/elsa-core

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

Offen

#75 geöffnet am 20.09.2019

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (979 Forks)batch import
activityenhancementgood first issueprio lowtriaged

Repository-Metriken

Stars
 (5.486 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 1T 17h) (29 gemergte PRs in 30 T)

Beschreibung

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