Skip to content

An attempt to make an simple http service for saving anything sent to it.

Notifications You must be signed in to change notification settings

oostman/HttpReceiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

HTTP Receiver

This project is an attempt to make an simple clean Java program with an embedded web-server.

My initial goals for this project

  • Service needs to save payload with all non-secret http headers
  • HTTP response need to be configurable - based on used credentials
  • The source of credentials can be configured - redis key-value database
  • The data target is configurable - log to console, Amazon S3, redis, mongo
  • Everything needs to be clean and well tested

Potential long term goals

  1. Write language agnostic system tests, something that can give an idea of the performance of application
  2. Make an performant Java implementation without heavy frameworks
  3. Port the application to other languages - golang, others?

About

An attempt to make an simple http service for saving anything sent to it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published