Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is meant by Attaching Headers ?

Answer Posted / surbhi

The response can be attached to headers using the header() method.

We can also attach the series of headers as shown in the below sample code.

return response($content,$status)
->header('Content-Type', $type)
->header('X-Header-One', 'Header Value')
->header('X-Header-Two', 'Header Value');

Example : Route::get('/header',function(){
return response("Hello", 200)->header('Content-Type', 'text/html');
});

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you display html with blade in laravel?

729


How to clear cache in laravel?

879


How to register a middleware in laravel?

758


List site types supported by homestead?

715


What are the advantages of queue?

815


Can I use react with laravel?

773


What is laravel dusk?

787


How to use skip() and take() in laravel query?

833


Explain collections in laravel.

846


What is meant by check method ?

1779


What is meant by Logging ?

1367


What is a controller middleware?

811


Do you know what is laravel elixir?

843


Can you exclude uris from csrf protection in laravel? Explain

828


How to clear complete cache in laravel?

817