http_headers.dart 811 B

1234567891011121314
  1. const httpHeaders = {
  2. 'Accept': 'application/json, text/plain, */*',
  3. 'Accept-Encoding': 'gzip, deflate, br',
  4. 'Accept-Language': 'zh-CN,zh;q=0.9',
  5. 'Connection': 'keep-alive',
  6. 'Content-Type': 'application/json',
  7. 'Cookie':
  8. '_ga=GA1.2.676402787.1548321037; GCID=9d149c5-11cb3b3-80ad198-04b551d; _gid=GA1.2.359074521.1550799897; _gat=1; Hm_lvt_022f847c4e3acd44d4a2481d9187f1e6=1550106367,1550115714,1550123110,1550799897; SERVERID=1fa1f330efedec1559b3abbcb6e30f50|1550799909|1550799898; Hm_lpvt_022f847c4e3acd44d4a2481d9187f1e6=1550799907',
  9. 'Host': 'time.geekbang.org',
  10. 'Origin': 'https://time.geekbang.org',
  11. 'Referer': 'https://time.geekbang.org/',
  12. 'User-Agent':
  13. 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'
  14. };