diff --git a/examples/httpbuilder-project/README.md b/examples/httpbuilder-project/README.md index e69de29bb..80508bdee 100644 --- a/examples/httpbuilder-project/README.md +++ b/examples/httpbuilder-project/README.md @@ -0,0 +1,3 @@ +This project shows an example of using the [Groovy HTTPBuilder library](https://github.com/jgritman/httpbuilder) to +talk to the application's REST API port. This library is useful for making ad hoc requests to your REST API as part of +your build process.