Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Relay to use GET instead of POST...? #838

Closed
zth opened this issue Feb 13, 2016 · 2 comments
Closed

Configure Relay to use GET instead of POST...? #838

zth opened this issue Feb 13, 2016 · 2 comments

Comments

@zth
Copy link
Contributor

zth commented Feb 13, 2016

Hi!

A quick question from a Relay beginner: Would it be possible to configure Relay to use GET instead of POST for its' requests...? How would one go about doing that if it's possible?

Thanks in advance!

@jurassix
Copy link

This should be easy for you, and well documented too. Start reading the documentation on Relay Network Layer. Then have a look at the current default implementation, it simply uses fetch.

With the above information you should be able to create a custom Network Layer, inject it into Relay, and send via requests with any method you would like.

@josephsavona
Copy link
Contributor

Thanks for the question! I'm going to close this since there is nothing actionable to do here, but please feel to continue to use this space for discussion.

Also note that for "how-to" questions we recommend asking on Stack Overflow, which is a custom built support forum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants