Contributte Cli-http

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

# Disclaimer

⚠️ This project is no longer being maintained. Please use contributte/http (opens new window).
Composer minetro/cli-http-extension (opens new window)
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)
1
2

# 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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# Development

This package was maintain by these authors.


Consider to support (opens new window) contributte development team. Also thank you for being used this package.