parser

package
v0.3.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const TotalParts = 2

Variables

View Source
var (
	ErrInvalidRoutePattern = errors.New("invalid route pattern")
)

Functions

This section is empty.

Types

type RoutePattern

type RoutePattern struct {
	Method string
	Host   string
	Path   string
}

func ParseRoutePattern

func ParseRoutePattern(s string) (*RoutePattern, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL