forked from extern/httpie-cli
37 lines
613 B
Markdown
37 lines
613 B
Markdown
---
|
|
name: Bug report
|
|
about: Report a possible bug in HTTPie
|
|
title: ''
|
|
labels: "new, bug"
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
- [ ] I've searched for similar issues
|
|
- [ ] I'm using the the latest version of HTTPie
|
|
|
|
___
|
|
|
|
**What are the steps to reproduce the problem?**
|
|
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
**What is the expected result?**
|
|
|
|
|
|
**What happens instead?**
|
|
|
|
|
|
**Debug output**
|
|
|
|
Please re-run the command with `--debug`, then copy the entire command & output and paste both below:
|
|
|
|
```
|
|
$ http --debug <COMPLETE ARGUMENT LIST THAT TRIGGERS THE ERROR>
|
|
<COMPLETE OUTPUT>
|
|
```
|
|
|
|
**Provide any additional information, screenshots or code examples below**
|