Skip to content

Commit

Permalink
Add sample twiddles.
Browse files Browse the repository at this point in the history
  • Loading branch information
hassy committed Sep 18, 2009
1 parent 0202fba commit df837c1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/cookie.http-twiddle
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,4 @@
GET / HTTP/1.1
Host: localhost
Cookie: sessionid=93eb570c0cf1je2135ee35f9656d691c

3 changes: 3 additions & 0 deletions samples/simple_get.http-twiddle
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,3 @@
GET / HTTP/1.1
Host: localhost

6 changes: 6 additions & 0 deletions samples/simple_post.http-twiddle
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,6 @@
POST / HTTP/1.1
Host: localhost
Content-Type: text/xml
Connection: close

<user><name>Bob</name><email>bob@example.com</email></user>

0 comments on commit df837c1

Please sign in to comment.