mirror of
https://github.com/go-kratos/kratos.git
synced 2025-03-17 21:07:54 +02:00
parent
95dce00852
commit
c6f6caa887
@ -24,6 +24,9 @@ type Request = http.Request
|
||||
// ResponseWriter type net/http.
|
||||
type ResponseWriter = http.ResponseWriter
|
||||
|
||||
// Flusher type net/http
|
||||
type Flusher = http.Flusher
|
||||
|
||||
// DecodeRequestFunc is decode request func.
|
||||
type DecodeRequestFunc func(*http.Request, interface{}) error
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user