Add non-volatile inspect definition

This commit is contained in:
Nick Chambers 2024-04-18 10:26:28 -05:00
parent 6a77faa6cf
commit ddab72b438
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
package com.spookyinternet.cobweb;
public interface HttpInspectFunction {
void process(HttpRequest req);
}