Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78013 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97825 invoked from network); 14 Oct 2014 14:23:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2014 14:23:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=ben@benramsey.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ben@benramsey.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain benramsey.com from 209.85.216.47 cause and error) X-PHP-List-Original-Sender: ben@benramsey.com X-Host-Fingerprint: 209.85.216.47 mail-qa0-f47.google.com Received: from [209.85.216.47] ([209.85.216.47:64435] helo=mail-qa0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 53/13-18603-7E13D345 for ; Tue, 14 Oct 2014 10:23:35 -0400 Received: by mail-qa0-f47.google.com with SMTP id cm18so5892746qab.6 for ; Tue, 14 Oct 2014 07:23:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=ysSz2a7hGIkasbsgoHQXeQrqKojme08zACiCSpjEpuo=; b=RkyJjpuXN0S+lesPpdKvruC7pWY9clBILa7+F5akISrGqHmVjNLU1mvw/BSLgXT11c U1+TWy5SJsuLtI+B0JCA0hnSYrCG6DdL8zRZaRzI57HuIoehUAGT757NRSvoDA1UU2ED f5W105dZvPWMHcHsBX9E4GdhShpvWny6ssFFegvCdJr4L1Xqo85hRsWz2HB/OqbKlviY 9QGs/NVRXCUYtd42jezG0kwtgUZq6IN5Vm3EfeATCgRspVifIw3QWtSjtFrRw+I6AHga MYBn3P8/VJUIpKCPiogULgxEgQFHhnMZ6g2aJVVvZrwygnZr0uJ7xatVZgPHpj8bGgEN lCMw== X-Gm-Message-State: ALoCoQln4pCsDcbEg0lvr1hgmrxE4t3D137ZRKoRpo3dyNBbxSxQL+B9ArN4mGgYffZS3/CF53tC X-Received: by 10.140.19.107 with SMTP id 98mr8710865qgg.37.1413296613180; Tue, 14 Oct 2014 07:23:33 -0700 (PDT) Received: from [10.0.0.70] (c-68-52-228-18.hsd1.tn.comcast.net. [68.52.228.18]) by mx.google.com with ESMTPSA id c88sm6682968qgf.14.2014.10.14.07.23.32 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 14 Oct 2014 07:23:32 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) In-Reply-To: Date: Tue, 14 Oct 2014 09:23:32 -0500 Cc: Mike Dugan , Andrea Faulds , Kris Craig , Kristopher , Andrey Andreev , PHP internals list Content-Transfer-Encoding: quoted-printable Message-ID: <2C8E8423-42BB-4ED3-A889-AF6AB97E6532@benramsey.com> References: <776669CE-9E8C-4069-9834-C7275CCA0EF4@ajf.me> <8CB055D4-F164-4DF3-B019-684BAE7E016E@ajf.me> To: Park Framework X-Mailer: Apple Mail (2.1878.6) Subject: Re: [PHP-DEV] New globals for PUT and DELETE From: ben@benramsey.com (Ben Ramsey) On Oct 14, 2014, at 9:20 AM, Park Framework = wrote: > 2014-10-14 17:09 GMT+03:00 Mike Dugan : >> If no one else is already working on it, I can write one up this >> morning/early this afternoon and submit it. >=20 > Ok > The RFC In this topic will be included support Rquest - Content-Type: > application/json? > It is mandatory for RESTFull. In this case, I completely disagree. There are a variety of new JSON = types floating around (i.e. application/hal+json, etc.). Should we try = to support them all? I don=92t think so. IMO, it is the role of a = framework/library to provide support for building RESTful web = applications. -Ben