Mercurial Hosting > luan
view src/goodjava/webserver/Handler.java @ 2045:265dc9af6a49 acme-tiny
fix guard_uri initiation
| author | Violet7 |
|---|---|
| date | Sun, 09 Nov 2025 02:31:57 -0800 |
| parents | 27efb1fcbcb5 |
| children |
line wrap: on
line source
package goodjava.webserver; public interface Handler { public Response handle(Request request); }
