Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/HTTP-RPC/Kilo
/ Example
Interface
Example
kilo-test/src/test/java/org/httprpc/kilo/examples/Examples.java:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
public
class
Examples {
39
public
interface
Example {
40
void
execute() throws Exception;
41
}
42
43
private
static
final
URI baseURI = URI.create(
"http://localhost:8080/kilo-test/"
);
44
Callers
1
execute
Method · 0.65
Implementers
4
PageServlet
kilo-server/src/main/java/org/httprpc/
Examples
kilo-test/src/test/java/org/httprpc/ki
PetServlet
kilo-test/src/main/java/org/httprpc/ki
MathServlet
kilo-test/src/main/java/org/httprpc/ki
Calls
no outgoing calls
Tested by
no test coverage detected