Is Request Header Parser Microservice redundant?

What do you have to do in this project that you don’t have to do in the Timestamp Microservice project before it? In that project, you have to learn about the request object because you have to use req.params to pull the string out from the path.

At least from my experience, the request header parser forced my to learn about http header fields, which I never even knew existed before hand, let alone implement in the timestamper.

1 Like

I see. Perhaps there’s another way to introduce HTTP headers, such as from the requester, i.e. the client?