Fix pod coverage on HTTP engine
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / HTTP.pm
index 365249a..b8e50e7 100644 (file)
@@ -511,6 +511,16 @@ sub _socket_data {
 
 sub _inet_addr { unpack "N*", inet_aton( $_[0] ) }
 
+=head1 CONSTANTS
+
+=head2 CHUNKSIZE
+
+How much data to read at once.  This value is set to 64K.
+
+=head2 DEBUG
+
+Enables debugging via the environment variable CATALYST_HTTP_DEBUG.
+
 =head1 SEE ALSO
 
 L<Catalyst>, L<Catalyst::Engine>.