Project in Golang Skill Tree
Transparent Modification of HTTP Requests
Beginner
In this project, you will learn how to implement a transparent modification of HTTP requests using Go's http.RoundTripper interface. You will create a custom HTTP transport that calculates the MD5 hash of the request body and adds it to the request header as the 'X-Md5' field.
go
Teacher
Labby
Labby is the LabEx teacher.
Recommended For You


