Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:108585 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 74708 invoked from network); 14 Feb 2020 18:33:31 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 14 Feb 2020 18:33:31 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 05E2F1805A9 for ; Fri, 14 Feb 2020 08:47:53 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-oi1-f175.google.com (mail-oi1-f175.google.com [209.85.167.175]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 14 Feb 2020 08:47:52 -0800 (PST) Received: by mail-oi1-f175.google.com with SMTP id a22so9971341oid.13 for ; Fri, 14 Feb 2020 08:47:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=M7uhYsjeGH3Y/HNkqnweUvnHjt29VybZQOiUuJswoKI=; b=dIp/NPTPUEskw7eXqcOGryim+U+0hbzrFkM2H6tDdH8UHnWSqySC2jtaqqB4s9Is3d vS/wjuSKCsz5bDpNOdpijaKrUnDDqNITBeKuovwCFJU4TzaPvKa3Z4H8xpSC46UgZVjr SUaaz0EjQBzeZoIUUtLhR7GqNQ3j9so/rprwJvKzghqBf8Vy/A2Ao+Q17dUDDB9yPM7R Ima7ec2mJLnHh2IDtYHmpTj+swDzLpHMq1rGOskwDEEXYqzlJDY9urjjGGEfZ9EkXNZK 3NOeIZtmOwBHsZZTHK5OulfJ1oMvEqa31nf60+IrZWdhmCtYGRObjA6qp+c7QTg2IB9h NCzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=M7uhYsjeGH3Y/HNkqnweUvnHjt29VybZQOiUuJswoKI=; b=obj0UzxuI8UFy4q0uehihiPz32CEHlGYEmG3ujIZmSjMS0FQJzO0mUYkcQ1xEnc+8C IGYXI9i/y54pDfYNbQYXmmQeR1XHQ+rYzJAqLqthX6LQfU7gtcjIjf7vv8SijKP/miuy DV2l2iKXRSh5eyU4izFq8RwUV0FmT57aeFQSjYliWhbzIieFUkkBYcIY4unfv7fwYkfZ JlxOsczhBdKjbKXKoHXpuD/ZyihtJDYHk40gpL8bDT1bHLTX7rpftQ0cuwKN2yx4KNYM lLqtOyvPVoCxlo5QW1WHSnXfyEaS/x2m77dekd458o4UtSgXLH3YxpEkIZi//wfdD1Zg GkEA== X-Gm-Message-State: APjAAAUiwXik8VveDPSDRk2a8uwL8MNwLgA8TFPKzzzxlton7J7HxnpU lRtSW0HKnuFiAgWpM/W6QiNrkGUT0wgMsaVpWoI= X-Google-Smtp-Source: APXvYqy6scq9IcjUOf2PmJ1QSPGAT53u92cLPq69RVQGOLhglywjX6n9Y9Jv1a+gVC5h0YgeK8vA7BDbjqWTYBnAgYU= X-Received: by 2002:a54:468a:: with SMTP id k10mr2562334oic.3.1581698870992; Fri, 14 Feb 2020 08:47:50 -0800 (PST) MIME-Version: 1.0 References: <50BD013E-CF72-414C-BBC0-A7A2E45CBDDB@pmjones.io> <5904137.fSVIMsojiJ@mcmic-probook> In-Reply-To: Date: Fri, 14 Feb 2020 17:47:39 +0100 Message-ID: To: Bruce Weirdan Cc: "Paul M. Jones" , =?UTF-8?Q?C=C3=B4me_Chilliet?= , Niklas Keller , PHP Development Content-Type: multipart/alternative; boundary="00000000000058e644059e8bf7ae" Subject: Re: [PHP-DEV] RFC: Server-Side Request and Response Objects (v2) From: benjamin.morel@gmail.com (Benjamin Morel) --00000000000058e644059e8bf7ae Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable > > What about $query and $body? That would be closer to the terminology > used in HTTP RFCs. The problem is that $body is typically used to get the raw message body as a string or stream. I was thinking more something along the lines of $bodyParams, which is more verbose but leaves no ambiguity: *$queryParams* and *$bodyParams*. =E2=80=94 Benjamin --00000000000058e644059e8bf7ae--