Skip to content

[proposal]: add support for custom path methods (google aip-136) #965

@ryanfkeepers

Description

@ryanfkeepers

AIP-136 documentation

Proposal

Include support for custom path methods either through standard path declaration (example 1) or subroute declaration (example 2)

Examples

1 - standard path declaration

r.Post("/foo/{fooID}:bar", fooBarHandler)

2 - subroute declaration

r.Route("/foo/{fooID}", func(r chi.Router) {
    r.Post(":bar", fooBarHandler)
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions