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

get requests MUST have a header name / value #13

Open
gedw99 opened this issue Jun 4, 2022 · 1 comment · May be fixed by #18
Open

get requests MUST have a header name / value #13

gedw99 opened this issue Jun 4, 2022 · 1 comment · May be fixed by #18

Comments

@gedw99
Copy link

gedw99 commented Jun 4, 2022

Hey @bpingris and @yarcat

Lovely Postman clone, and really nice to use.

I was just trying it out on a simple golang server and noticed that nil headers do not seem to work.

Here is an example of what i mean:

IN the config below, home fails, and home01 succeeds.

{
  "requests": [
    {
      "name": "home",
      "url": "http://localhost:1958/",
      "method": "GET",
      "headers": [
        {
          "key": "",
          "value": ""
        }
      ]
    },
    {
      "name": "home01",
      "url": "http://localhost:1958/",
      "method": "GET",
      "headers": [
        {
          "key": "h01",
          "value": "v01"
        }
      ]
    }
  ]
}

@bpingris
Copy link
Owner

bpingris commented Jun 8, 2022

hi!
thanks for the interest you have in the project and the multiple issues/feedbacks you submitted!
unfortunately this project was more something to learn the gioui library (as well as some go features/patterns), so nothing really serious 😄
feel free to fork the project and work on it if you want to, as I'm not so sure I will work on the project again (but who knows)

@yarcat yarcat linked a pull request Aug 10, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants