Quiz time!
- What does the dot mean in in
StringIO.new
, what does the hash mean inStringIO#puts
? - How do you make a String literal?
- How do you make a String without using a literal?
This is an HTTP request, it is a String that is sent across a Socket, which your program can read from as if it were a file or $stdin
.
01 POST /users/5?omg=wtf&bbq=lol HTTP/1.1\r\n