Mercurial Hosting > luan
view src/goodjava/webserver/Handler.java @ 2055:a72cd62f9281 acme-tiny tip
specify nginx config path
| author | Violet7 |
|---|---|
| date | Tue, 11 Nov 2025 19:19:49 -0800 |
| parents | 27efb1fcbcb5 |
| children |
line wrap: on
line source
package goodjava.webserver; public interface Handler { public Response handle(Request request); }
