contributte / cli-http

πŸ’€ [DISCONTINUED] Provide HTTP settings in CLI mode for Nette Framework (@nette). Use contributte/http.

Home Page:https://contributte.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


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

About

πŸ’€ [DISCONTINUED] Provide HTTP settings in CLI mode for Nette Framework (@nette). Use contributte/http.

https://contributte.org


Languages

Language:PHP 100.0%