You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments