We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d896fd commit 2ee1d41Copy full SHA for 2ee1d41
1 file changed
README
@@ -17,8 +17,12 @@
17
class MyHttpServer < EM::Connection
18
include EM::HttpServer
19
20
- def process_http_request
+ def post_init
21
+ super
22
+ no_environment_strings
23
+ end
24
25
+ def process_http_request
26
# the http request details are available via the following instance variables:
27
# @http_protocol
28
# @http_request_method
0 commit comments