Building42 / Telegraph

Secure Web Server for iOS, tvOS and macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web forms support

alessioemireni opened this issue · comments

hi,
any way to support web forms in HttpRequest as GCDWebServerURLEncodedFormRequest? Thanks

Hi @alessioemireni ,

It would probably possible to do this with Telegraph, but there would be quite some work involved. The class that you mention inherits from this class GCDWebServerMultiPartFormRequest and you can see that it contains a lot of logic.

Unfortunately I don't have the time to implement this, but I'm definitely open to PRs if you would like to implement this.