veasin/nx-network-context

There is no license information available for the latest version (0.0.6) of this package.

request for nx

0.0.6 2023-12-22 02:46 UTC

This package is auto-updated.

Last update: 2024-09-22 04:17:46 UTC


README

request for nx

composer require urn2/nx-network-context

context::post('xxx', ['a'=>1])->contentType('json')->send();

context::post('xxx')->body('123', type::JSON)->send();