]> git.mxchange.org Git - flightgear.git/commit
Update of the httpd implementation
authorTorsten Dreyer <torsten@t3r.de>
Mon, 31 Mar 2014 20:31:30 +0000 (22:31 +0200)
committerTorsten Dreyer <torsten@t3r.de>
Thu, 22 May 2014 08:28:54 +0000 (10:28 +0200)
commit2e76a2c72aaacd9757912f62e134f4406fb784ef
treec75279da1fb02fd8dcc140f122ce235eb973796a
parenta5c39e3009f2a290155ae8134231b476d7330343
Update of the httpd implementation

- Add a screenshot uri handler
- Enable persistent http connections
- Simple CORS implementatation for the
  JSON property uri handler

many changes for the httpd
16 files changed:
src/Network/http/JsonUriHandler.cxx
src/Network/http/JsonUriHandler.hxx
src/Network/http/NavdbUriHandler.cxx
src/Network/http/NavdbUriHandler.hxx
src/Network/http/PropertyChangeObserver.cxx
src/Network/http/PropertyChangeWebsocket.cxx
src/Network/http/PropertyChangeWebsocket.hxx
src/Network/http/PropertyUriHandler.cxx
src/Network/http/PropertyUriHandler.hxx
src/Network/http/RunUriHandler.cxx
src/Network/http/RunUriHandler.hxx
src/Network/http/ScreenshotUriHandler.cxx
src/Network/http/ScreenshotUriHandler.hxx
src/Network/http/Websocket.hxx
src/Network/http/httpd.cxx
src/Network/http/urihandler.hxx