Mercurial Hosting > luan
view src/goodjava/webserver/Handler.java @ 1632:0344a535b1db
add doc
author | fffilimonov |
---|---|
date | Tue, 14 Dec 2021 07:41:01 +0000 |
parents | 27efb1fcbcb5 |
children |
line wrap: on
line source
package goodjava.webserver; public interface Handler { public Response handle(Request request); }