veasin/nx-network-context

此包最新版本(0.0.6)没有可用的许可证信息。

对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

对nx的请求

composer require urn2/nx-network-context

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

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