How to create Http Services in Ionic2

I want to create a http service in Ionic 2

You can implement http services in ionic 2 the way Angular 2 docs does. More detailed approach is here also.