Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 22 of 22 for Hug (0.03 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/ko/docs/alternatives.md

    모델 속성의 "default" 값으로 데이터 타입에 대한 추가 검증을 정의하기. 이는 에디터 지원을 개선하며, 이전에는 Pydantic에 없었습니다.
    
    이것은 실제로 Pydantic의 일부를 업데이트하여 같은 검증 선언 스타일을 지원하도록 하는 데 영감을 주었습니다(이 기능은 이제 Pydantic에 이미 포함되어 있습니다).
    
    ///
    
    ### [Hug](https://github.com/hugapi/hug) { #hug }
    
    Hug는 Python type hints를 사용해 API 파라미터 타입을 선언하는 기능을 구현한 초기 framework 중 하나였습니다. 이는 다른 도구들도 같은 방식을 하도록 영감을 준 훌륭한 아이디어였습니다.
    
    표준 Python 타입 대신 커스텀 타입을 선언에 사용했지만, 여전히 큰 진전이었습니다.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 26.3K bytes
    - Click Count (0)
  2. docs/en/docs/release-notes.md

        * All of this while still being able to return arbitrary objects (`dict`, DB model, etc).
        * Update attribution to Hug, for inspiring the `response` parameter pattern.
        * PR [#294](https://github.com/tiangolo/fastapi/pull/294).
    
    ## 0.28.0 (2019-06-05)
    
    * Implement dependency cache per request.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
Back to Top