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 ?



What is meant by Attaching Headers ?..

Answer / 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

More Laravel PHP Framework Interview Questions

What is xss attack with example?

0 Answers  


How to generate a controller with resources in laravel?

0 Answers  


What developed the laravel?

0 Answers  


How to redirect user with flashed session data in laravel?

0 Answers  


What are the difference between soft delete & delete in laravel?

0 Answers  


How do I populate my database with sample data?

0 Answers  


Is laravel an open source?

0 Answers  


How to enable/disable maintenance mode in laravel 5?

0 Answers  


What service provider’s register method does?

0 Answers  


List some use valet commands?

0 Answers  


How to configuration laravel?

0 Answers  


How to use update statement in laravel?

0 Answers  


Categories