forked from extern/httpie-cli
49 lines
970 B
Markdown
49 lines
970 B
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Report an HTTPie bug
|
||
|
title: ''
|
||
|
labels: "new, bug"
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
**Checklist**
|
||
|
|
||
|
- [ ] The issue is reproducible
|
||
|
- [ ] I've searched the issues and found nothing
|
||
|
- [ ] I'm using the the latest version of HTTPie
|
||
|
|
||
|
___
|
||
|
|
||
|
**Describe the bug**
|
||
|
A clear and concise description of what the bug is
|
||
|
|
||
|
**To reproduce**
|
||
|
Steps to reproduce:
|
||
|
1.
|
||
|
2.
|
||
|
3.
|
||
|
|
||
|
**Expected behavior**
|
||
|
Tell us what should happen
|
||
|
|
||
|
**Current behavior**
|
||
|
Tell us what happens instead
|
||
|
|
||
|
**Debug output and/or screenshots**
|
||
|
Please provide the full command argument list as well as the output of the failing command. Run `http` with the `--debug` flag, then copy and paste both the command and its output here
|
||
|
|
||
|
```
|
||
|
$ http --debug <COMPLETE ARGUMENT LIST THAT TRIGGERS THE ERROR>
|
||
|
<COMPLETE OUTPUT>
|
||
|
```
|
||
|
|
||
|
**Environment**
|
||
|
Your system setup
|
||
|
|
||
|
**Additional context**
|
||
|
Add any other context about the problem here
|
||
|
|
||
|
**Possible solution or implementation**
|
||
|
Not obligatory, but ideas are appreciated!
|