NanoHttpd / nanohttpd

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

HttpServlet Request Response #503

Open yuri1994 opened 6 years ago

yuri1994 commented 6 years ago

Can i map NanoHttpd requests and response to type HttpServletRequest and HttpServletResponse? I want to use Olingo, but olingo handler class work only with HttpServlet, i want to use it with NanoHttpd.

LordFokas commented 6 years ago

If you make the adapter classes, probably.