neva icon indicating copy to clipboard operation
neva copied to clipboard

HTTP Client

Open emil14 opened this issue 1 month ago • 0 comments

We need to look at

  • https://axios-http.com/docs/intro
  • https://pypi.org/project/requests/
  • https://pkg.go.dev/net/http

And implement more components in http package, at least we need to be able to

  • Send POST requests with body
  • Send GET requests with query parameters
  • ???

emil14 avatar May 22 '24 11:05 emil14