-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ctx): enhance HTTP request handling and testing functionality
- Update HTTPResponse and HTTPRequest types to provide additional functionality and simplify response handling. - Modify the Run function to pass wrapped HTTPResponse and HTTPRequest to the response function. - Add a new test for setting context in HTTP requests. - Implement a test for setting context with a timeout, verifying the context's behavior upon expiration. Signed-off-by: appleboy <[email protected]>
- Loading branch information
Showing
2 changed files
with
63 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters