History of 2016-08-01 Highly sophisticated engineering

2016-08-01
20:07 UTC Revision 2 . . . . Marcin Borkowski+smiley (minor)
20:03 UTC Revision 1 . . . . Marcin BorkowskiIn one of my Emacs libraries, in which I send HTTP requests to a website, I have something like this: (if (string-match "\\?" request) "&" "?") ; this is hackish (the purpose is clear if you know how the URIs are structured). As the comment says, I actually considered this rather a duct-tape approach… …until I found this gem in request.el: