Meysam Karimi
Meysam Karimi
This is my problem too.I need to have different AppBar in child screens. but not define appbar in child and change appbar of AutoTabsScaffold or even AutoTabsRouter.
Could you share your endpoint? I test it in my endpoint and get all headers.
I do with your endpoint and get 3 header at my response.headers. Server, Date, and Content-Length
I use chopper as local package right now. My local package version is 4.0.1. This is my Chopper instance ``` dart final client = ChopperClient( baseUrl: {"BASE_URL_HERE"}, services: [ MainService.create()...