Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 197 Bytes

source.rst

File metadata and controls

9 lines (6 loc) · 197 Bytes

源码分析

// 这里的 handler 是一个函数
func ListenAndServe(addr string, handler RequestHandler) error {}

type RequestHandler func(ctx *RequestCtx)