## Task Implement a function to follow HTTP redirects manually. - Input: URL - Output: final resolved URL or response - Stop after a max redirect count - File: `network/FollowRedirects.kt` Update the `network/README.md` with a short entry.
Task
Implement a function to follow HTTP redirects manually.
network/FollowRedirects.ktUpdate the
network/README.mdwith a short entry.