# returnheaders **Repository Path**: mirrors_westes/returnheaders ## Basic Information - **Project Name**: returnheaders - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-20 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This directory contains: - `main.go` the golang code for a simple web server that expects a POST to `/` on port 112345 with the body being an email message. It will return some of the headers of the message. - a `Dockerfile` to build a container image of the service. - a Makefile containing sample steps to build the image and deploy it to a default kubernetes server, presumeably running locally.