NanoHttpd / nanohttpd

Tiny, easily embeddable HTTP server in Java.
http://nanohttpd.org
BSD 3-Clause "New" or "Revised" License
6.89k stars 1.69k forks source link

Where is the folder host located? #599

Open zakimuhammad opened 3 years ago

zakimuhammad commented 3 years ago

In xampp we can use localhost if we put our file in htdocs, what about nanohttpd? how can I set the folder I can user, I want to use phone internal storage as a folder host. Thanks

agGitHub commented 2 years ago

Hi. Any update on this question? I want to put all my server files on the Android phone disk, how can I tell where http://local_ip:8080 should find the files on disk? Thanks.