検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 170 for Http (0.046 sec.)
Django 1.4.18 release notes — Django 4.0.6 ドキュメント 6553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... der spoofing via underscore/dash conflation ¶ When HTTP headers are placed into the WSGI environ, they are ... nverting all dashes to underscores, and prepending HTTP_ . For instance, a header X-Auth-User would become ... HTTP_X_AUTH_USER in the WSGI environ (and thus also in ... derscores: X-Auth-User and X-Auth_User both become HTTP_X_AUTH_USER . This means that if a header is used ...
https://man.plustar.jp/django/releases/1.4.18.html - [similar]
Django 1.6.10 release notes — Django 4.0.6 ドキュメント 6553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... der spoofing via underscore/dash conflation ¶ When HTTP headers are placed into the WSGI environ, they are ... nverting all dashes to underscores, and prepending HTTP_ . For instance, a header X-Auth-User would become ... HTTP_X_AUTH_USER in the WSGI environ (and thus also in ... derscores: X-Auth-User and X-Auth_User both become HTTP_X_AUTH_USER . This means that if a header is used ...
https://man.plustar.jp/django/releases/1.6.10.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6508
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... クエストのシミュレートと、その結果の観察。低レベルの HTTP (レスポンスのヘッダーやステータスコードなど) から、 ... g at all! That's because it avoids the overhead of HTTP and deals directly with the Django framework. This ... '/login/' ) が、これは間違いです。 >>> c . get ( 'https://www.example.com/login/' ) The test client is no ... headers. For example, this will send a User-Agent HTTP header in each request: >>> c = Client ( HTTP_USER ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 6452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... der spoofing via underscore/dash conflation ¶ When HTTP headers are placed into the WSGI environ, they are ... nverting all dashes to underscores, and prepending HTTP_ . For instance, a header X-Auth-User would become ... HTTP_X_AUTH_USER in the WSGI environ (and thus also in ... derscores: X-Auth-User and X-Auth_User both become HTTP_X_AUTH_USER . This means that if a header is used ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
HTTP リクエストのハンドリング — Django 4.0.6 ドキュメント 6350
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » HTTP リクエストのハンドリング ¶ Django における HTTP...
https://man.plustar.jp/django/topics/http/index.html - [similar]
Django 1.3.5 release notes — Django 4.0.6 ドキュメント 6305
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ity releases focused on the issue of poisoning the HTTP Host header, causing Django to generate URLs point ... n. Rather than attempt to accommodate all features HTTP supports here, Django's Host header validation att ... in July of this year, we made changes to Django's HTTP redirect classes, performing additional validation ... two parts: 1. A new utility function, django.utils.http.is_safe_url , is added; this function takes a URL ...
https://man.plustar.jp/django/releases/1.3.5.html - [similar]
Django 1.4.3 release notes — Django 4.0.6 ドキュメント 6305
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ity releases focused on the issue of poisoning the HTTP Host header, causing Django to generate URLs point ... n. Rather than attempt to accommodate all features HTTP supports here, Django's Host header validation att ... in July of this year, we made changes to Django's HTTP redirect classes, performing additional validation ... two parts: 1. A new utility function, django.utils.http.is_safe_url , is added; this function takes a URL ...
https://man.plustar.jp/django/releases/1.4.3.html - [similar]
How to use Django with Hypercorn — Django 4.0.6 ドキュメント 6249
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ercorn ¶ Hypercorn is an ASGI server that supports HTTP/1, HTTP/2, and HTTP/3 with an emphasis on protocol ...
https://man.plustar.jp/django/howto/deployment/asgi/hypercorn.html - [similar]
クラスベースビュー — Django 4.0.6 ドキュメント 6249
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... クラスを継承しており、ビューを URL にリンクさせたり、HTTP メソッドのディスパッチやその他の共通機能を処理しま ... す。 RedirectView はHTTPリダイレクトを提供し、 TemplateView は基底クラスを拡 ... ic class-based views を参照してください。 その他の HTTP メソッドをサポートする ¶ 誰かが私たちのライブラリに ... HTTP 経由でアクセスして、ビューを API として使用したいと ...
https://man.plustar.jp/django/topics/class-based-views/index.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 6204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ""View to be excluded from APPEND_SLASH.""" return HttpResponse () Changed in Django 3.2: Support for the ... nMiddleware. response_redirect_class ¶ Defaults to HttpResponsePermanentRedirect . Subclass CommonMiddlewa ... If-Modified-Since , the response is replaced by an HttpResponseNotModified . Locale ミドルウェア ¶ class L ... Middleware. response_redirect_class ¶ デフォルトは HttpResponseRedirect です。 LocaleMiddleware をサブクラ ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT