/* ************************************************************************
#
# DivConq
#
# http://divconq.com/
#
# Copyright:
# Copyright 2014 eTimeline, LLC. All rights reserved.
#
# License:
# See the license.txt file in the project's top-level directory for details.
#
# Authors:
# * Andy White
#
************************************************************************ */
/**
* This package provides dcWeb with the low level HTTP server support for the
* following:
*
* 1) requests for static files, these are handled in {@link divconq.web}.
* 2) RPC calls via HTTP/1.1 and WS (TODO add HTTP/2 support)
* 3) File Uploads and Downloads
* 4) Status checking for Load Balancers
*/
package divconq.web.http;