- Sort Score
- Result 10 results
- Languages All
Results 961 - 970 of 1,026 for urls (0.16 sec)
-
cmd/object-api-options.go
return } errResp := objectAttributesErrorResponse{ ArgumentName: &argumentName, ArgumentValue: &argumentValue, APIErrorResponse: getAPIErrorResponse( ctx, apiErr, r.URL.Path, w.Header().Get(xhttp.AmzRequestID), w.Header().Get(xhttp.AmzRequestHostID), ), } writeResponse(w, apiErr.HTTPStatusCode, encodeResponse(errResp), mimeXML) }()
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Aug 21 21:13:59 UTC 2024 - 14.4K bytes - Viewed (0) -
docs/zh/docs/advanced/generate-clients.md
``` //// ### 使用自定义操作ID生成TypeScript客户端 现在,如果你再次生成客户端,你会发现它具有改善的方法名称: <img src="/img/tutorial/generate-clients/image07.png"> 正如你所见,现在方法名称中只包含标签和函数名,不再包含URL路径和HTTP操作的信息。 ### 预处理用于客户端生成器的OpenAPI规范 生成的代码仍然存在一些**重复的信息**。 我们已经知道该方法与 **items** 相关,因为它在 `ItemsService` 中(从标签中获取),但方法名中仍然有标签名作为前缀。😕 一般情况下对于OpenAPI,我们可能仍然希望保留它,因为这将确保操作ID是**唯一的**。
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9K bytes - Viewed (0) -
docs/pt/docs/tutorial/security/simple-oauth2.md
/// info | Informação No OAuth2, um "scope" é apenas uma string que declara uma permissão específica necessária. Não importa se tem outros caracteres como `:` ou se é uma URL. Esses detalhes são específicos da implementação. Para OAuth2 são apenas strings. /// ## Código para conseguir o `username` e a `password`
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Oct 31 12:17:45 UTC 2024 - 13.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java
} return false; } } if (logger.isDebugEnabled()) { logger.debug("Thumbnail generator is not found: {}", docMap != null ? docMap.get("url") : docMap); } return false; } protected String getImageFilename(final Map<String, Object> docMap) { final FessConfig fessConfig = ComponentUtil.getFessConfig();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 21.5K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/form-validator/security.js
ataType:"json",error:function(a){return i({valid:!1,message:"Connection failed with status: "+a.statusText},f),!1},success:function(a){i(a,f)}})};a.formUtils.addAsyncValidator({name:"server",validatorFunction:function(a,b,c,d,e,g){var h=c.valAttr("url")||d.backendUrl||document.location.href;g.addClass("validating-server-side"),c.addClass("validating-server-side"),f(h,c,b,d,function(b){g.removeClass("validating-server-side"),c.removeClass("validating-server-side"),b.message&&c.attr(d.validationEr...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 10.5K bytes - Viewed (0) -
docs/en/docs/alternatives.md
The way you use it is very simple. For example, to do a `GET` request, you would write: ```Python response = requests.get("http://example.com/some/url") ``` The FastAPI counterpart API *path operation* could look like: ```Python hl_lines="1" @app.get("/some/url") def read_url(): return {"message": "Hello World"} ``` See the similarities in `requests.get(...)` and `@app.get(...)`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 23.2K bytes - Viewed (0) -
docs/pt/docs/advanced/custom-response.md
``` --- Ou você pode utilizá-la no parâmetro `response_class`: ```Python hl_lines="2 7 9" {!../../docs_src/custom_response/tutorial006b.py!} ``` Se você fizer isso, então você pode retornar a URL diretamente da sua *função de operação de rota* Neste caso, o `status_code` utilizada será o padrão de `RedirectResponse`, que é `307`. ---
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Oct 29 11:47:10 UTC 2024 - 13.5K bytes - Viewed (0) -
docs/ko/docs/features.md
* JSON 객체 (`dict`). * 아이템 타입을 정의하는 JSON 배열 (`list`). * 최소 길이와 최대 길이를 정의하는 문자열 (`str`) 필드. * 최솟값과 최댓값을 가지는 숫자 (`int`, `float`), 그 외. * 다음과 같이 더욱 이색적인 타입에 대해 검증할 수 있습니다: * URL. * 이메일. * UUID. * ...다른 것들. 모든 검증은 견고하면서 잘 확립된 **Pydantic**에 의해 처리됩니다. ### 보안과 인증 보안과 인증이 통합되어 있습니다. 데이터베이스나 데이터 모델과의 타협없이 사용할 수 있습니다. 다음을 포함하는, 모든 보안 스키마가 OpenAPI에 정의되어 있습니다.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.8K bytes - Viewed (0) -
src/main/assemblies/extension/kibana/fess_log.ndjson
\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"updatedAt\",\"type\":\"date\",\"esTypes\":[\"date\"],\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"url\",\"type\":\"string\",\"esTypes\":[\"keyword\"],\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"urlId\",\"type\":\"string\",\"esTypes\":[\"keyword\"],\"count\":0,\"scripted\":false,\"...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Aug 12 01:26:21 UTC 2019 - 18.2K bytes - Viewed (0) -
docs/vi/docs/features.md
* Xâu (`str`), định nghĩa độ dài lớn nhất, nhỏ nhất. * Số (`int`, `float`) với các giá trị lớn nhất, nhỏ nhất, etc. * Validation cho nhiều kiểu dữ liệu bên ngoài như: * URL. * Email. * UUID. * ...và nhiều cái khác. Tất cả validation được xử lí bằng những thiết lập tốt và mạnh mẽ của **Pydantic**. ### Bảo mật và xác thực
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.5K bytes - Viewed (0)