feat(graphql): support http get and post json request#6343
Merged
spacewander merged 4 commits intoFeb 18, 2022
Conversation
spacewander
reviewed
Feb 16, 2022
| return nil, "failed to read graphql data, " .. (err or "request body has zero size") | ||
| end | ||
|
|
||
| if request.header(nil, "Content-Type") == GRAPHQL_REQ_MIME_JSON then |
Member
Author
There was a problem hiding this comment.
Of course, I update it later.
shuaijinchao
marked this pull request as ready for review
February 17, 2022 08:27
spacewander
approved these changes
Feb 18, 2022
bzp2010
approved these changes
Feb 18, 2022
tzssangglass
pushed a commit
to tzssangglass/apisix
that referenced
this pull request
Feb 21, 2022
(cherry picked from commit 00b7b01) Signed-off-by: tzssangglass <[email protected]>
4 tasks
hongbinhsu
pushed a commit
to fitphp/apix
that referenced
this pull request
Feb 23, 2022
* upstream: (52 commits) feat: add kubernetes discovery module (apache#4880) docs: fix For L7 proxy -> For L4 proxy (apache#6423) fix(deps): upgrade jsonschema to 0.9.8 (apache#6407) docs: translate Chinese to English in en clickhouse-logger (apache#6416) docs: add zh proxy-control.md&modify other doc error (apache#6346) docs: update public API relative usage (apache#6318) docs(cn): remove datadog from sidebar & fix doc lint conf (apache#6411) fix(request-validation): should not limit the urlencoded post args number (apache#6396) docs: fix configuration file typo (apache#6395) docs(extern-plugin): the implementation of runner (apache#6336) docs: polishing skywalking-logger plugin's docs (apache#6377) doc: adjust the directory structure of observability's documents (apache#6391) change(admin): empty nodes should be encoded as array (apache#6384) fix: should not limit the header number (apache#6379) ci: remove unnecessary tmate action (apache#6367) fix(opentelemetry): batch_span_processor export zero length spans (apache#6349) feat(graphql): support http get and post json request (apache#6343) feat: support for configuring the number of etcd health check retries (apache#6322) feat(wasm): support getting request body (apache#6325) fix(hmac-auth): hmac-auth plugin sort array param (apache#6314) ...
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
FIX #6266
Pre-submission checklist: