cobweb/src/com/spookyinternet/cobweb/HttpInspectFunction.java

6 lines
110 B
Java

package com.spookyinternet.cobweb;
public interface HttpInspectFunction {
void process(HttpRequest req);
}