Mercurial Hosting > luan
view src/goodjava/webserver/Handler.java @ 1982:0f59713aeaeb
fix copy and paste
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 27 Jun 2025 22:27:40 -0600 |
parents | 27efb1fcbcb5 |
children |
line wrap: on
line source
package goodjava.webserver; public interface Handler { public Response handle(Request request); }