When I set out to make a C library for simplifying interacting with RESTful web services, I named it "unrest" after all the angst that I had dealing with facebook's API (working on cl-facebook). Now it's 3AM (started working around 10:30PM), and I just ran my program for the first time without segfaulting. Hooray for apt naming. For posterity, I'm including the response here.

<?xml version="1.0" encoding="utf-8"?> <lfm status="ok"> <token>8f13b0dc95fbfff4a29701b1e91f385e</token></lfm>

Good night.