You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/qaiswardag/go-1.22-http-routing

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/qaiswardag/go-1.22-http-routing

v0.0.0-20240719175507-28dba66d6b4f
Source
Go
Version published
Created
Source

Go routing

Since Go 1.22, the Go standard library includes everything needed to perform advanced routing without requiring third-party dependencies.

This project demonstrates advanced routing in Go using the Go 1.22+ standard library without requiring third-party dependencies. It includes basic CRUD Operations, Path Parameters, Method Based Routing, Middleware, Middleware Chaining, Subrouting and Context.

Features

  • Path Parameters
  • Method Based Routing
  • Middleware
  • Middleware Chaining
  • Subrouting
  • Context

Getting Started

Prerequisites

  • Go 1.22 or higher installed.

FAQs

Package last updated on 19 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts