- Sort Score
- Result 10 results
- Languages All
Results 141 - 150 of 9,383 for http (0.11 sec)
-
docs/ko/docs/advanced/wsgi.md
이제 `/v1/` 경로에 있는 모든 요청은 Flask 응용 프로그램에서 처리됩니다. 그리고 나머지는 **FastAPI**에 의해 처리됩니다. 실행하면 <a href="http://localhost:8000/v1/" class="external-link" target="_blank">http://localhost:8000/v1/</a>으로 이동해서 Flask의 응답을 볼 수 있습니다: ```txt Hello, World from Flask! ``` 그리고 다음으로 이동하면 <a href="http://localhost:8000/v2" class="external-link" target="_blank">http://localhost:8000/v2</a> Flask의 응답을 볼 수 있습니다: ```JSON { "message": "Hello World" }
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Oct 31 18:56:37 UTC 2024 - 1.3K bytes - Viewed (0) -
docs/security/security_providers.md
All providers support HTTP/1.1 and TLSv1.2. [BoringSSL]: https://boringssl.googlesource.com/boringssl/ [Bouncy Castle]: https://www.bouncycastle.org/java.html [Conscrypt]: https://www.conscrypt.org/ [Corretto]: https://github.com/corretto/amazon-corretto-crypto-provider [GraalVM]: https://www.graalvm.org/ [OpenJDK]: https://openjdk.java.net/groups/security/ [OpenJSSE]: https://github.com/openjsse/openjsse
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 1.7K bytes - Viewed (0) -
cmd/api-response_test.go
{ request: &http.Request{ Host: "127.0.0.1:9000", Header: map[string][]string{ "X-Forwarded-Scheme": {httpScheme}, }, }, bucket: "testbucket1", object: "test/1.txt", expectedLocation: "http://127.0.0.1:9000/testbucket1/test/1.txt", }, { request: &http.Request{ Host: "127.0.0.1:9000", Header: map[string][]string{
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Apr 23 18:58:53 UTC 2021 - 3.5K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/listener_test.go
PortSpecifier: &core.SocketAddress_PortValue{ PortValue: 11, }, }, }, }, }, expect: false, }, { desc: "http-type-match", inFilter: &ListenerFilter{ Type: "HTTP", }, inListener: &listener.Listener{ FilterChains: []*listener.FilterChain{ { Filters: []*listener.Filter{ {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Sep 11 15:29:30 UTC 2023 - 4.1K bytes - Viewed (0) -
scripts/playwright/header_param_models/image01.py
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Sep 17 18:54:10 UTC 2024 - 1.1K bytes - Viewed (0) -
scripts/playwright/request_form_models/image01.py
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Sep 13 09:14:46 UTC 2024 - 1.1K bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/eml/sample3.eml
6733-0800) 受付時間 10:00-18:00 ---------- <発行> 株式会社ソニー・コンピュータエンタテインメント 〒108-8270 東京都港区港南1丁目6番27号 ■"PlayStation Network"のご利用に関する規約 http://www.jp.playstation.com/R/psn_kiyaku ■特定商取引法に基づく表示 http://www.jp.playstation.com/R/aboutstore ■よくあるお問い合わせ(FAQ) http://www.jp.playstation.com/support/ ■株式会社ソニー・コンピュータエンタテインメントの個人情報保護方針 http://www.jp.playstation.com/about/privacy.html ---------- PDFサンプル.pdf PDFサンプルデータ お知らせPDFサンプルデータお知らせPDFサンプルデータお知らせPDF サンプルデータお知らせPDFサンプルデータお知らせPDFサンプルデー タお知らせPDFサンプルデータお知らせPDFサンプルデータお知らせ...
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Jan 16 07:50:35 UTC 2016 - 539.6K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/testdata/ecds/output.json
"name": "istio.io/telemetry/stats/prometheus/sidecar/Outbound/HTTP" }, "lastUpdated": "2023-12-23T13:46:00.701Z" }, { "ecdsFilter": { "@type": "type.googleapis.com/envoy.config.core.v3.TypedExtensionConfig", "name": "istio.io/telemetry/stats/prometheus/sidecar/Inbound/HTTP" }, "lastUpdated": "2023-12-23T13:46:00.708Z"
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sun Dec 24 08:16:26 UTC 2023 - 4.2K bytes - Viewed (0) -
internal/grid/debug.go
// // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package grid import ( "context" "fmt" "net" "net/http" "net/http/httptest" "sync" "time" "github.com/minio/mux" ) //go:generate stringer -type=debugMsg $GOFILE
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jul 29 18:10:04 UTC 2024 - 4.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
* network/cni: Bring up the `lo` interface for rkt ([#29310](https://github.com/kubernetes/kubernetes/pull/29310), [@euank](https://github.com/euank)) * Fixing kube-up for CVM masters. ([#29140](https://github.com/kubernetes/kubernetes/pull/29140), [@maisem](https://github.com/maisem)) # v1.3.4 [Documentation](http://kubernetes.github.io) & [Examples](http://releases.k8s.io/release-1.3/examples)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0)