]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/http2/server/server.factor
factor: trim using lists
[factor.git] / extra / http2 / server / server.factor
index f066e96d0dadd1d95aac67defd0616e6c167cf36..3d5c1349e99ab43d6d0ac9e4e12693c9fa1bf5a2 100644 (file)
@@ -1,6 +1,6 @@
-USING: accessors continuations http http.server http.server.requests
-io io.encodings.ascii io.servers io.sockets io.streams.peek
-io.streams.limited kernel namespaces openssl.libssl ; 
+USING: accessors continuations http http.server
+http.server.requests io.encodings.ascii io.servers io.sockets
+io.streams.limited kernel namespaces ;
 
 IN: http2.server