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

add new raw header #292

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aksanart
Copy link

@aksanart aksanart commented Jan 5, 2024

i'have problem with adding bunch of headers so i pr this raw header

add header raw
add header raw2

Copy link
Member

@dragonsinth dragonsinth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, thanks for the contribution but it's going to be more complicated than what's in this PR. It's actually quite complex to keep things in sync correctly. Notice this doc on the request object:

     * There are three representations of the request to keep in sync: (1) the
     * raw JSON, (2) the request object, and (3) the form which contains a
     * hierarchy of inputs. There are only two ways that the request can be
     * modified: by editing the raw JSON or interacting with inputs on the form.

Adding a raw header input would need to be equally sophisticated.

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 this pull request may close these issues.

None yet

2 participants