mirror of
https://github.com/astaxie/beego.git
synced 2024-11-04 21:10:54 +00:00
fix the params
This commit is contained in:
parent
cc5ca458ab
commit
44a39a6b3e
@ -168,7 +168,7 @@ func (b *BeegoHttpRequest) Debug(isdebug bool) *BeegoHttpRequest {
|
||||
}
|
||||
|
||||
// return the DumpRequest
|
||||
func (b *BeegoHttpRequest) DumpRequest() {
|
||||
func (b *BeegoHttpRequest) DumpRequest() (dump []byte, err error) {
|
||||
return httputil.DumpRequest(b.req, true)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user