swagger-api/swagger-codegen

[Perl] Delete (HTTP method) supports form data

Open

#1.675 geöffnet am 7. Dez. 2015

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (5.474 Forks)batch import
Client: Perlhelp wanted

Repository-Metriken

Stars
 (12.701 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Technically, Delete supports form data in the HTTP request body.

HTTP::Request::Common does not seem to support that for Delete

One alternative is to use HTTP::Request instead

Line: https://github.com/swagger-api/swagger-codegen/blob/master/modules/swagger-codegen/src/main/resources/perl/ApiClient.mustache#L113

If you have questions or want to work on this, please reply to let the community know.

Ref: https://github.com/swagger-api/swagger-codegen/wiki/Guidelines-for-Contribution

Contributor Guide