How the Web Talks

Every network call, unwrapped

Four modules of pure Ruby down β€” no server, no network, just values and methods. That changes now. Once PawWalk's iOS and Android apps ask for walkers or book a walk, they're sending an HTTP request over the network and getting an HTTP response back. Both are just plain text β€” no magic, no binary format. You could type one by hand and a server would understand it.