minetro/cli-http-extension

This package is abandoned and no longer maintained. The author suggests using the contributte/http package instead.

CLI HTTP Extension for Nette

0.2.0 2016-08-30 10:18 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:46:20 UTC


README

68747470733a2f2f62616467656e2e6e65742f62616467652f737570706f72742f6769747465722f6379616e 68747470733a2f2f62616467656e2e6e65742f62616467652f737570706f72742f666f72756d2f79656c6c6f77 68747470733a2f2f62616467656e2e6e65742f62616467652f73706f6e736f722f646f6e6174696f6e732f463936383534

Website 🚀 contributte.org | Contact 👨🏻‍💻 f3l1x.io | Twitter 🐦 @contributte

Disclaimer

⚠️ This project is no longer being maintained. Please use contributte/http.
Composer minetro/cli-http-extension
Version
PHP
License

CLI HTTP Extension for Nette. Provide URL in your CLI mode only, it does not override your http.request in other modes.

Usage

Place it in your config file (e.q. config.neon).

Simplest

extensions:
	clihttp: Minetro\Bridges\CliHttpExtension(www.example.com)

Extended

extensions:
	clihttp: Minetro\Bridges\CliHttpExtension

clihttp:
	url: www.example.com
	# other params
	query: NULL
	post: NULL
	files: NULL
	cookies: NULL
	headers: NULL
	method: NULL
	remoteAddress: NULL
	remoteHost: NULL
	rawBodyCallback: NULL

Development

This package was maintain by these authors.

538058?v=3&s=80

Consider to support contributte development team. Also thank you for being used this package.