Removed the props stuff from the request.
[jsvc.git] / src / dolda / jsvc / Request.java
index c0210e6..af14293 100644 (file)
@@ -22,7 +22,6 @@ public interface Request {
     public MultiMap<String, String> outheaders();
     
     /* Misc. */
-    public Map<Object, Object> props();
     public ServerContext ctx();
     public SocketAddress remoteaddr();
     public SocketAddress localaddr();