bykof / cordova-plugin-webserver

A webserver plugin for cordova
Other
120 stars 51 forks source link

Add Support for File Content HTTP Responses #23

Closed EvilDrW closed 5 years ago

EvilDrW commented 5 years ago

This PR uses some of the demo NanoHTTPD code to enable support for sending the contents of a file in the response to an HTTP request. It currently only provides this support for Android because I don't any Apple to develop or test an implementation for iOS.

EvilDrW commented 5 years ago

actually this has a couple of small problems that i found during more extensive testing. i'm hoping to send an update to this PR sometime soon

EvilDrW commented 5 years ago

alright, seems ok now, at least based on all the testing i know how to do.