HttpURLConnection.HTTP_CREATED,
"{\"ref\":\"refs/heads/feature-a\"}"
)
).start();
final Tags tags = new RtTags(
new ApacheRequest(container.home()),
repo()
);
final JsonObject tagger = Json.createObjectBuilder()
.add("name", "Scott").add("email", "scott@gmail.com")
.add("date", "2011-06-17T14:53:35-07:00").build();