Mercurial Hosting > luan
view src/goodjava/webserver/Handler.java @ 1633:665049cffc02
fix path
author | fffilimonov |
---|---|
date | Tue, 14 Dec 2021 07:55:47 -0600 |
parents | 27efb1fcbcb5 |
children |
line wrap: on
line source
package goodjava.webserver; public interface Handler { public Response handle(Request request); }