All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.higgs.http.server.errors.HttpError Maven / Gradle / Ivy

There is a newer version: 0.0.24
Show newest version
package io.higgs.http.server.errors;

import javax.ws.rs.Path;

public class HttpError {
    @Path("404")
    public String notFound() {
        return "

Not Found

"; } public static class HttpErrorCode { } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy