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
Requesting the implementation of basic HTTP request functionality for our library/api/framework. This would include support for various HTTP methods (GET, POST, PUT, DELETE, etc.) and the ability to send requests with headers, query parameters, and bodies.
Expected functionality:
Send HTTP requests using various methods (GET, POST, PUT, DELETE, etc.)
Support for headers, query parameters, and bodies in requests
Ability to handle request and response data (e.g. JSON, XML, etc.)
The text was updated successfully, but these errors were encountered:
Requesting the implementation of basic HTTP request functionality for our library/api/framework. This would include support for various HTTP methods (GET, POST, PUT, DELETE, etc.) and the ability to send requests with headers, query parameters, and bodies.
Expected functionality:
The text was updated successfully, but these errors were encountered: