about summary refs log tree commit homepage
path: root/lib/unicorn/http_request.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-04-13 05:41:07 +0000
committerEric Wong <normalperson@yhbt.net>2011-04-13 05:41:07 +0000
commitc1322a721d9039f54da97cf50de49f2affbfff37 (patch)
tree98126d4512566b644d548de6fbe0629db63b1802 /lib/unicorn/http_request.rb
parent8c359f50ce8b20dc3d72fe655db9d93c4a8ee7d5 (diff)
downloadunicorn-c1322a721d9039f54da97cf50de49f2affbfff37.tar.gz
It's not needed for users, so avoid confusing them.
Unicorn itself is not intended to be an API, it just
hosts Rack applications.
Diffstat (limited to 'lib/unicorn/http_request.rb')
-rw-r--r--lib/unicorn/http_request.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/unicorn/http_request.rb b/lib/unicorn/http_request.rb
index 2c52631..e72f571 100644
--- a/lib/unicorn/http_request.rb
+++ b/lib/unicorn/http_request.rb
@@ -1,5 +1,6 @@
 # -*- encoding: binary -*-
-
+# :enddoc:
+# no stable API here
 require 'unicorn_http'
 
 # TODO: remove redundant names