X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fdolda%2Fjsvc%2FRequest.java;h=c0210e6dab624828de9715dc1a600af1c789cae3;hb=4b8346e1aad3c58196f8d4dadf9da6726f66f5f4;hp=8de008acd08bc1c8d1608769dcf41e980d2c754f;hpb=1c868f4eeb5afebdcf631441985d5ba17fcbd6b2;p=jsvc.git diff --git a/src/dolda/jsvc/Request.java b/src/dolda/jsvc/Request.java index 8de008a..c0210e6 100644 --- a/src/dolda/jsvc/Request.java +++ b/src/dolda/jsvc/Request.java @@ -8,6 +8,7 @@ import java.util.Map; public interface Request { /* Input */ public URL url(); + public URL rooturl(); public String method(); public String path(); public InputStream input();