KirillOsenkov / RoslynQuoter

Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree
http://roslynquoter.azurewebsites.net
Apache License 2.0
918 stars 118 forks source link

Can we replace GET to POST #34

Closed kidchenko closed 3 years ago

kidchenko commented 6 years ago

The request that was send from the front-end to back-end, is a HTTP GET request. Can we replace it for an POST Request? So we don't need limit the length of input to the query string limitations. If yes, I can do it and send a PR :)

KirillOsenkov commented 6 years ago

Uh, sure? I don't know anything about this, but by all means send a PR and we can try it out.