Top "Nanohttpd" questions

NanoHttpd is a light-weight HTTP server designed for embedding in other applications.

Using NanoHTTPD in Android

I am trying to use NanoHTTP to serve up an HTML file. However, NanoHTTP is relatively un-documented, and I am …

android file http nanohttpd
How to serve a file on sdcard using NanoHTTPD (inside Android)

I've written a small Android server using NanoHTTPD. It can serve an HTML file well (web page located at sdcard/…

android http nanohttpd
Retrieve HTTP Body in NanoHTTPD

How can I retrieve the HTTP POST request body when implementing NanoHTTPDs serve method? I've tried to use the getInputStream() …

java nanohttpd
How to create nanohttpd server in android?

Actually ,I had searched some questions and go to the github. But I'm new ,I cannot understand the example. I …

android http nanohttpd
Why RMI registry is ignoring the java.rmi.server.codebase property

I am running a Hello World example for java RMI 1) I run the registry in an empty folder motta@motta-laptop ~/…

java rmi rmiregistry nanohttpd
HTTPS Server on Android Device Using NanoHttpd

I am trying to run an HTTPS Server on an Android device using NanoHttpd (my final goal is to run …

android ssl https wss nanohttpd
how to change port 80 android

I made a webserver on my android device(using Nanohttpd). It's working fine over the port 8080 but I want to …

android webserver nanohttpd
NanoHttpd server cannot stream large videos on android

NanoHttpd server code can be found here. I'm starting a new Thread in a service that uses NanoHttpd server to …

java android memory streaming nanohttpd
working example of nanohttpd in android studio

I have been trying to get an simple nanohttpd server running but I cant figure out how to set it …

android webserver nanohttpd