Skip to content

Feature Request: Add index page for conformity with Spring Boot Actuator #81

@Idane

Description

@Idane

Would it be possible to output available endpoints when accessing the middleware's root? For example, in Spring Boot's Actuator going to /actuator will return the following result:

{
    "_links": {
        "self": {
            "href": "http://example.com/actuator",
            "templated": false
        },
        "health": {
            "href": "http://example.com/actuator/health",
            "templated": false
        },
        "info": {
            "href": "http://example.com/actuator/info",
            "templated": false
        },
        ...
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions