Thoughts on RFC 10008: The HTTP QUERY Method
https://blainsmith.com/articles/rfc-10008-http-query-method/
Thoughts on RFC 10008: The HTTP QUERY Method
https://blainsmith.com/articles/rfc-10008-http-query-method/
@blainsmith I mean, you could send your parameters in the query part of the URL.
It breaks the format used everywhere else as instead of sending json, you send URL encoded values, but it works.
What's your opinion on this?
@blainsmith true, that is great for GraphQL.
Well I guess I need to add that to my web framework.