Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/main/lib/UpdateSystem/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/main/lib/UpdateSystem/RequestBuilderInterface.php

<?php
namespace Bitrix\Main\UpdateSystem;

interface RequestBuilderInterface
{
	public function setHeaders(): self;
	public function setUrl(): self;
	public function setProxy(): self;
	public function setBody(): self;
	public function build(): Request;
}