Skip to content

Mock server is intended to make it easy to create http resources that will respond with a given body, code and headers. It can also replace tokens in the body with variables from the request. The purpose is to assist with manual testing.

robobario/mock-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mock-server

Mock server is intended to make it easy to create http resources that will respond with a given body, code and headers. It can also replace tokens in the body with variables from the request. The purpose is to assist with manual testing.

To run it in development mode : ./sbt.sh play run To run in production mode : ./sbt.sh play start

By default it will write out responders into /tmp/mockserve to configure this directory add a line to ./conf/application.conf like :

document.base=/opt/junkz

About

Mock server is intended to make it easy to create http resources that will respond with a given body, code and headers. It can also replace tokens in the body with variables from the request. The purpose is to assist with manual testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published