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 io.higgs.core.method;

public class HttpError {
    public static class HttpErrorCode {
    }

    @method("404")
    public String notFound() {
        return "

Not Found

"; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy