fixed bug 372
[org.ibex.core.git] / src / org / ibex / HTTP.java
index b2a6b76..856eabe 100644 (file)
@@ -29,6 +29,7 @@ public class HTTP {
 
     public static class HTTPException extends IOException { public HTTPException(String s) { super(s); } }
 
+    public static HTTP stdio = new HTTP("stdio:");
 
     // Statics ///////////////////////////////////////////////////////////////////////////////////////////////