From: Carl Worth Date: Sat, 27 Jun 2020 14:16:40 +0000 (-0700) Subject: Wrap curl_get_cookie and curl_post_cookie in empathy_get/empathy_post X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=a97fc77ab9bf93e23a5db127f4aaddb046230958;hp=a97fc77ab9bf93e23a5db127f4aaddb046230958;p=lmno-server Wrap curl_get_cookie and curl_post_cookie in empathy_get/empathy_post This allows for simpler calls tat don't need to each keep repeating te empathy_game_path variable over and over. While here we add usage documentation to each of the empathy utility functions as well. ---