RequestBody v1.0.0
Тело запроса / helper entity.
Описание: Тело запроса / helper entity.
Namespace: Devcraft\Webshare\Entities
Extends: AbstractReflection
С версии: 1.0.0
Public properties
public array $header =public ?string $body =public array $postData =public array $formData =public array $multipart =
Methods
withPostData(string $key, mixed $value): self
Параметры: string $key, mixed $value
Возвращает: self
withHeader(string $key, mixed $value): self
Параметры: string $key, mixed $value
Возвращает: self
withFormData(string $key, mixed $value): self
Параметры: string $key, mixed $value
Возвращает: self
withMultipart(string $key, mixed $value): self
Параметры: string $key, mixed $value
Возвращает: self
build(): self
Возвращает: self