restup
restup copied to clipboard
Webserver for universal windows platform (UWP) apps
How does one test the onepager example? Can you use curl and if so, what is the format of the URL? What about a web browser on another host? Please...
Is there some way (easier than navigating through the bytes array of Content) to deal with http requests and responses with multipart bodies?
Should it not be possible to make it run in the background to receive requests and respond correspondingly even after the app is closed? As described [here](https://docs.microsoft.com/en-us/windows/uwp/networking/network-communications-in-the-background), a background task...
It would be great to be able to supply JsonConverters for use when serializing the response or deserializing the FromContent.
We have an application running on a Win 10 IoT Core raspberry pi using restup. But it was flagged with a vulnerability from a scan from IT. Basically if you...
Modified StaticFileRouteHandler to not allow GET requests beyond the allowed path.
Hello. At last I found how to configure local environment to run app with Restup server locally without any device. I think it will be useful to put this information...
It will be great to have some kind of authentication/authorization functionality. Something like [Authorize] attribute in ASP.NET with possibility to redirect to authentication page.
Hello, When I add header using Postman everything goes fine, but when I'm using javascript(fetch) I don't get added header on server side after request is handled. What am I...
What I would like to do is basically be able to go to http://ipaddress:8800/docs and access a local directory serving html files. c:\httpdocs for example. I have been looking at...