Andrey G.

Results 79 comments of Andrey G.

but my workaround with 'hidden=NO' as i wrote before - works fine in both cases

What are you talking about? Only `GET` and `HEAD` can't have body, afaik (need to check RFC to be sure, but `fetch` works in that way). So there is no...

I asked how to use `DELETE` and send data same time? By the RFC standard `DELETE` can have non empty body.

``` const customRoutes = [ { name: 'user-delete', url: '/users', type: 'delete' }, ]; const rapid = new Rapid({ customRoutes }); //this one is not working right now, library sends...

Sorry, in my case it will not help, because server expects idList from body :(

Do you mean library can't do it? Because by RFC standard anything except HEAD and GET can have a body. E.g.: https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/DELETE That's why I asked. Had not tried axios...

Is it possible to fix v3?

in some cases we need only "first" capture from start of the string. but probably too specific case.

@nfrasser sadly beta for major release is not the best choice for production :(