-
Updated
Nov 23, 2021 - Python
apis
Here are 841 public repositories matching this topic...
-
Updated
Nov 23, 2021 - JavaScript
-
Updated
Nov 23, 2021 - TypeScript
Issue
The response header does not reflect the correct version for HTTP2 requests. Even though, wiremock replies in h2 but the version in the response header shows "HTTP/1.1 200". This is caused by the hardcoded value in the toString() method of Response.java class
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
**sb.append("HTTP
-
Updated
Nov 10, 2021 - JavaScript
This issue is a followup from @jakubdyszkiewicz question kumahq/kuma#2764 (comment)
We should investigate what kind of metrics we could get from controller-runtime as they may be helpful in potential debugging
-
Updated
Dec 19, 2019 - Go
I'd like to trigger a workflow on new Zendesk ticket events (and potentially others supported by their webhooks). If webhooks don't offer what we need, they offer a polling endpoint, too.
-
Updated
Oct 20, 2021 - JavaScript
-
Updated
Nov 6, 2021 - Ruby
A Kong SNI can only point to a single certificate. Per Kong/kubernetes-ingress-controller#1268 (comment), misconfigured Kubernetes resources can attempt to point an SNI to multiple certificates.
While we do avoid adding attached SNIs to new certificates, we do
-
Updated
Apr 16, 2021 - Python
Right now the tutorial is coherently designed, tested, and even documented. However, it doesn't build up in a way that's very beginner friendly. It establishes glom's value and then immediately uses it at an intermediate level.
I'd like it if it was a bit more drawn out to use basic features first and then add a multi-line Coalesce as the
-
Updated
Nov 23, 2021 - Go
-
Updated
Nov 23, 2021 - Python
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Nov 16, 2021 - TypeScript
-
Updated
Nov 19, 2021 - Java
-
Updated
Nov 23, 2021 - Java
-
Updated
Sep 26, 2021 - JavaScript
As part of the process of making the Pact docs more user friendly, we'd like to start writing feature documentation once, and providing code examples for each of the languages, rather than everyone having to write the same docs over and over again in each language.
The documentation for the consumer version selectors can be our first opportunity to give this approach a try. I have written the beh
-
Updated
Nov 23, 2021 - JavaScript
-
Updated
Nov 12, 2021 - Python
Improve this page
Add a description, image, and links to the apis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the apis topic, visit your repo's landing page and select "manage topics."
expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc