Skip to content

Commit 034a462

Browse files
committedSep 19, 2013
Rubicon template is now an HTTP post
1 parent e2ef51a commit 034a462

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎templates/rubicon.template

+6-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
HOLA_${AUCTION_ID}
1+
POST /auctions/ HTTP/1.1
2+
Connection: keep-alive
3+
Content-Type: application/json
4+
Content-Length: 22
5+
6+
{"aid":${AUCTION_ID}}

0 commit comments

Comments
 (0)
Please sign in to comment.