Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Add] test_httpにPOSTテストケース追加 #461

Open
s1-haya opened this issue Sep 21, 2024 · 0 comments
Open

[Add] test_httpにPOSTテストケース追加 #461

s1-haya opened this issue Sep 21, 2024 · 0 comments
Assignees
Labels

Comments

@s1-haya
Copy link
Collaborator

s1-haya commented Sep 21, 2024

  1. 単一ファイルのアップロード 200 OK
  2. ファイルが添付されていないリクエスト 400 Bad Request
  3. 対応していないファイル形式のアップロード 415 Unsupported Media Type
    • html, json, pdf以外?
  4. 複数ファイルのアップロード 200 OK
  5. 最大ファイルサイズを超えるファイルのアップロード 413 Payload Too Large
  6. 空ファイルのアップロード 400 Bad Request
  7. サポートされていないエンコード形式でのアップロード 415 Unsupported Media Type
  8. 特定のディレクトリにファイルをアップロード 200 OK
  9. 存在していない特定のディレクトリにファイルをアップロード 404 Not Found
  10. 書き込み権限がないディレクトリへのアップロード 403 Forbidden
  11. ファイル名の重複 202 No Content or 409 Confilct
  12. ファイル名が長すぎる場合 414 URI Too Long or Bad Request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant