Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 740 Bytes

File metadata and controls

15 lines (8 loc) · 740 Bytes

Request Header Parser Microservice

A header parser microservice built for the freeCodeCamp APIs and Microservices Certificate.`

View live project

Screenshot of Request Header Parser Microservice

Requirements

  • A request to /api/whoami should return a JSON object with your IP address in the ipaddress key.

  • A request to /api/whoami should return a JSON object with your preferred language in the language key.

  • A request to /api/whoami should return a JSON object with your software in the software key.