Skip to content

how do i get response body in after router middleware? #1363

Open
@privationel

Description

@privationel

rt

r := gin.Default()
r.GET("/test",handler,middleware())

func middleware() gin.HandlerFunc{
// get response body in here;
...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions