Home / Function/ PUT() — gin Function Reference

PUT() — gin Function Reference

Architecture documentation for the PUT() function in routergroup.go from the gin codebase.

Entity Profile

Dependency Diagram

graph TD
  3ca373a0_f1cc_fe2f_5d1f_35e60098ec9a["PUT()"]
  018f1037_5a3b_d88a_c8ba_70efaa627f40["handle()"]
  3ca373a0_f1cc_fe2f_5d1f_35e60098ec9a -->|calls| 018f1037_5a3b_d88a_c8ba_70efaa627f40
  style 3ca373a0_f1cc_fe2f_5d1f_35e60098ec9a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

routergroup.go lines 131–133

func (group *RouterGroup) PUT(relativePath string, handlers ...HandlerFunc) IRoutes {
	return group.handle(http.MethodPut, relativePath, handlers)
}

Domain

Subdomains

Calls

Frequently Asked Questions

What does PUT() do?
PUT() is a function in the gin codebase.
What does PUT() call?
PUT() calls 1 function(s): handle.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free