View source
class BaseHTTPRequestHandler
package snake.http
extends StreamRequestHandler › BaseRequestHandler
extended by SimpleHTTPRequestHandler
Static variables
staticprotocolVersion:String = "HTTP/1.0"
The version of the HTTP protocol we support.
Set this to "HTTP/1.1"
to enable automatic keepalive.