From: Carl Worth Date: Fri, 5 Jun 2020 17:17:16 +0000 (-0700) Subject: Add a new fetch_put_json X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=e804009ec5cc7bb804c229915ce1c8ebedaa88c7;hp=e804009ec5cc7bb804c229915ce1c8ebedaa88c7 Add a new fetch_put_json This is very similar to fetch_post_json but with a different request method. In fact, we share the implementation with a new fetch_method_json that accepts which method to use. ---