HTTP Requests

@error('request') {{ $message }} @enderror @error('url') {{ $message }} @enderror
@error('bodies') {{ $message }} @enderror @error('headers') {{ $message }} @enderror @if($data == 'Headers')
@for($i=0 ; $i < $headerRow ; $i++) @endfor
Key Value Description
@else
@for($i=0 ; $i < $bodyRow ; $i++) @if($i < 2) @else @endif @endfor
Key Variable Name Value Description
{{$bodies[$i]['description']}}
@endif