タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

PythonとHTTPとRedisに関するraimon49のブックマーク (1)

  • Flask | The Pallets Projects

    Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks. Flask offers suggestions, but doesn't enforce any dependencies or project layout. It is up to the developer

    Flask | The Pallets Projects
    raimon49
    raimon49 2015/03/29
    FlaskでWeb APIエンドポイント毎にレートリミット制御を入れるサンプルコード。X-RateLimit-各種ヘッダで残り回数やリセット時間を返す。
  • 1