How do I get the response from the "application/x-www-form-urlencoded" form in the console? #2236
-
Please tell me why in the code from the documentation https://github.com/labstack/echox/blob/master/website/content/guide.md#form-applicationx-www-form-urlencoded:
..after executing the command in the console: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
This depend on your OS and network settings. I would assume that |
Beta Was this translation helpful? Give feedback.
-
NB: your |
Beta Was this translation helpful? Give feedback.
-
It turned out that the problem was that I made a mistake when creating the project, and entering the command |
Beta Was this translation helpful? Give feedback.
It turned out that the problem was that I made a mistake when creating the project, and entering the command
go mod init myapp
ignored the answergo: modules disabled by GO111MODULE=off; see 'go help modules'
and proceeded. Fixed it and now everything works. I know it's stupid and thank you for wanting to help.