Mercurial Hosting > luan
view src/goodjava/webserver/Handler.java @ 1992:ac02e07f09de
add config
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 01 Jul 2025 15:14:26 -0600 |
parents | 27efb1fcbcb5 |
children |
line wrap: on
line source
package goodjava.webserver; public interface Handler { public Response handle(Request request); }