Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(http): Add Http Client Service Interface Functions
- Add Get(string, net.Header) ([]byte, error) - Add Post(string, interface{}, net.Header) ([]byte, error)
- Loading branch information