Skip to content

Go 1.22+ net/http new features support #108

Open
@ggicci

Description

@ggicci

Since go version 1.22+, the native net/http has brought some new features, including:

  • Path parameters, e.g. /products/{id}
  • Method based routing, e.g. "GET /products/{id}"
  • Host based routing, e.g. "example.com/products/{id}"
  • ???

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions