Skip to content

Releases: AndroThink/AndroidServer

1.1.0

22 Nov 06:26
Compare
Choose a tag to compare

Update FileNoteFound Response Error (include the requested file name)

1.0.0

31 Oct 18:41
Compare
Choose a tag to compare

AndroidServer

Java android library for creating a Multi-Threaded Http Server on android .

Main Features

  • Dynamic routes .
  • Support Http methods : GET ,POST ,PUT and DELETE .
  • Handle body payload : plain text , json , formdata and xformurlencoded .
  • Support response with : plain text , json , html and files .