Adding a simpler interface for the HTTP request library. (#8862)

This commit is contained in:
Amim Knabben 2022-09-05 08:02:36 -03:00 committed by GitHub
parent 79a311d3be
commit 12c9f00931
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 954 additions and 102 deletions

View file

@ -0,0 +1 @@
This module is based in the deprecated library `github.com/gavv/httpexpect`, and contains slightly adaptations.