mirror of
https://github.com/wahyd4/crawlab.git
synced 2026-08-27 22:15:53 +10:00
detail:
1. add utils.BytesToString function instead of string() convert bytes to string.
2. use bytes.NewReader instead of strings.NewReader(string(sb)).
3. use w.Body.Bytes() instead of []byte(w.Body.String()).