Skip to content

Commit 0c02864

Browse files
author
Karolis Rusenas
committed
Merge pull request #3 from SpectoLabs/develop
Update readme.md
2 parents 11a3cf3 + a31871d commit 0c02864

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

readme.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# One Proxy to Integrate Them All
1+
# Hoverfly: Dependencies without the sting
2+
3+
Hoverfly is an experiment in lightweight, open source [service virtualization](https://en.wikipedia.org/wiki/Service_virtualization). Using Hoverfly, you can virtualize your application dependencies to create a self-contained development/test environment.
4+
5+
Hoverfly is a transparent proxy written in Go. It can record HTTP(s) traffic between an application under test and an external service, and then replace the external service. The only dependency is Redis.
26

3-
-
47

58
## Configuration
69

@@ -38,4 +41,10 @@ Access administrator API under default port 8888:
3841
+ body to start playback: {"record":false}
3942
+ body to start recording: {"record":true}
4043
* Exporting recorded requests to a file: __curl http://proxy_hostname:8888/records > requests.json__
41-
* Importing requests from file: __curl --data "@/path/to/requests.json" http://localhost:8888/records__
44+
* Importing requests from file: __curl --data "@/path/to/requests.json" http://localhost:8888/records__
45+
46+
## License
47+
48+
Apache License version 2.0 [See LICENSE for details](https://github.com/SpectoLabs/hoverfly/blob/master/LICENSE).
49+
50+
(c) [SpectoLabs](https://specto.io) 2015.

0 commit comments

Comments
 (0)