Flowdock
class
Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Superclass: GServer

No documentation

This class has no description. You can help the Ruby community by adding new notes.

Constants

CRLF = "\r\n"

HTTP_PROTO = "HTTP/1.0"

SERVER_NAME = "HttpServer (Ruby #{RUBY_VERSION})"

DEFAULT_HEADER = { "Server" => SERVER_NAME }

StatusCodeMapping = { 200 => "OK", 400 => "Bad Request", 403 => "Forbidden", 405 => "Method Not Allowed", 411 => "Length Required", 500 => "Internal Server Error" }

Attributes

Show files where this class is defined (1 file)
Register or log in to add new notes.