https://github.com/rasbeetech/request-header-parser-microservice
API microservice that parses request header and returns it in JSON format.
https://github.com/rasbeetech/request-header-parser-microservice
api api-rest css expressjs html javascript nodejs
Last synced: 2 months ago
JSON representation
API microservice that parses request header and returns it in JSON format.
- Host: GitHub
- URL: https://github.com/rasbeetech/request-header-parser-microservice
- Owner: RasbeeTech
- Created: 2021-06-13T16:12:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T21:00:56.000Z (about 5 years ago)
- Last Synced: 2025-08-05T06:31:41.998Z (11 months ago)
- Topics: api, api-rest, css, expressjs, html, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Request-Header-Parser-Microservice
API microservice that parses request header and returns it in json format.
### Example Usage:
```
[base url]/api/whoami
```
### Returns:
```
{"ipaddress":"159.20.14.100","language":"en-US,en;q=0.5",
"software":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0"}
```