タグ

2023年5月4日のブックマーク (1件)

  • httpstat.us

    This is a super simple service for generating different HTTP codes. It's useful for testing how your own scripts deal with varying responses. Just add the status code you want to the URL, like this: httpstat.us/200 We'll return a response like this: HTTP/1.1 {status code} {status description} Content-Type: text/plain or application/json Content-Length: {something} {any custom response headers} {st

    jay-es
    jay-es 2023/05/04
    さまざまな HTTP ステータスコードを返すサービス。例えば /200 にアクセスすれば 200 OK のレスポンスが返ってくる