Mercurial Hosting > luan
view src/goodjava/webserver/Handler.java @ 2043:849ce7f4cfc7 acme-tiny
fix variable visibility
| author | Violet7 |
|---|---|
| date | Sun, 09 Nov 2025 02:24:10 -0800 |
| parents | 27efb1fcbcb5 |
| children |
line wrap: on
line source
package goodjava.webserver; public interface Handler { public Response handle(Request request); }
