HomeSort by relevance Sort by last modified time
    Searched refs:webserver (Results 1 - 8 of 8) sorted by null

  /external/nanohttpd/
Android.mk 21 $(call all-java-files-under, webserver/src/main)
22 LOCAL_MODULE := nanohttpd-webserver
README.md 16 mvn exec:java -pl webserver -Dexec.mainClass="fi.iki.elonen.SimpleWebServer"
100 * `/webserver` ? Standalone file server. Run & enjoy. A popular use seems to be serving files out off an Android device.
123 ### Webserver
132 * Runtime extension support (extensions that serve particular MIME types) - example extension that serves Markdown formatted files. Simply including an extension JAR in the webserver classpath is enough for the extension to be loaded.
205 For a more classic aproach, perhaps to just create a HTTP server serving mostly service files from your disk, you can use the module with artifactId *nanohttpd-webserver*.
209 <artifactId>nanohttpd-webserver</artifactId>
  /prebuilts/go/darwin-x86/src/net/http/
example_test.go 22 http.Error(w, "webserver doesn't support hijacking", http.StatusInternalServerError)
58 // Simple static webserver:
  /prebuilts/go/linux-x86/src/net/http/
example_test.go 22 http.Error(w, "webserver doesn't support hijacking", http.StatusInternalServerError)
58 // Simple static webserver:
  /external/nanohttpd/src/site/markdown/
index.md 16 mvn exec:java -pl webserver -Dexec.mainClass="fi.iki.elonen.SimpleWebServer"
100 * `/webserver` ? Standalone file server. Run & enjoy. A popular use seems to be serving files out off an Android device.
123 ### Webserver
132 * Runtime extension support (extensions that serve particular MIME types) - example extension that serves Markdown formatted files. Simply including an extension JAR in the webserver classpath is enough for the extension to be loaded.
201 For a more classic aproach, perhaps to just create a HTTP server serving mostly service files from your disk, you can use the module with artifactId *nanohttpd-webserver*.
205 <artifactId>nanohttpd-webserver</artifactId>
  /external/libvncserver/webclients/novnc/
README.md 97 * Use the launch script to start a mini-webserver and the WebSockets
  /prebuilts/go/darwin-x86/src/net/http/cgi/
host.go 5 // This file implements the host side of CGI (being the webserver
  /prebuilts/go/linux-x86/src/net/http/cgi/
host.go 5 // This file implements the host side of CGI (being the webserver

Completed in 657 milliseconds