タグ

httpに関するcpwのブックマーク (8)

  • 【徹底解説】REST VS GraphQL


    GraphQLRESTLogRocketApollo  Web APIRESTGraphQL  RESTGraphQL  Web API  API RESTGraphQLAPI WikipediaAPI(Application ProgrammingInterface)
    【徹底解説】REST VS GraphQL
    cpw
    cpw 2023/07/23
    GraphQL使う予定はない、シンプルじゃないのが良くない。物事はシンプルにしておきたい。
  • ChatGPTをぬるぬるにする🐌Server-Sent Eventsの基礎知識


    HTTP/1.1 HTTP使    ChatGPT GPT 使 HTTP/1.1 SSEHTTPContent-Type: text/event-stream SSE  HTTP/1.1  Keep-Alive 使T
    ChatGPTをぬるぬるにする🐌Server-Sent Eventsの基礎知識
  • What is default cache timeout in iOS Safari?

    cpw
    cpw 2022/11/25
    iOS Safariのデフォルトキャッシュタイムアウト
  • rjとtとjqコマンドでHTTPレスポンスを試験する - ゆーすけべー日記


    Web  HTTP   CDN TTFB  HTTP  HTTP 3 Chrome  DevTools   GUI  curl  ttfb.shcurl https://github.com/jaygooby/ttfb.sh 
    rjとtとjqコマンドでHTTPレスポンスを試験する - ゆーすけべー日記
    cpw
    cpw 2022/01/22
    まさにUNIXの考え方そのもの。いいね。気持ち良い
  • 作って理解するWebフレームワーク - きしだのHatena


    DI使Web Web WebHTTP 200 OKHTML RFCpublic class Server {public static void main(String[] args) throws IOException { ServerSocket serverSoc = new ServerSocket(8989); for (;;) { Socket s = serverSoc.accept(); new Thread((
    作って理解するWebフレームワーク - きしだのHatena
    cpw
    cpw 2016/04/19
    いいねー
  • Node.jsのhttp-serverっていうコマンドラインのウェブサーバーが便利 | Firegoby

    たとえばGitHubとかで見つけたCSSとかJavaScriptとかのプロジェクトのサンプルとかをささっと確認したい時がありますよね。 そんな時にhttp-serverというやつがすごく便利です。 https://github.com/nodeapps/http-server このhttp-serverをインストールしておくと、任意のディレクトリで`http-server`というコマンドを実行するだけでそのディレクトリをドキュメントルートにしたウェブサーバーが起動します。 $ http-server Starting up http-server, serving ./ on: http://0.0.0.0:8080 Hit CTRL-C to stop the server インストール方法 Node.jsがインストール済みならインストールは簡単です。 $ npm install -g

    Node.jsのhttp-serverっていうコマンドラインのウェブサーバーが便利 | Firegoby
  • How do I change the default port (9000) that Play uses when I execute the "run" command?

    How can I change the default port used by the play framework in development mode when issueing the "run" command on the play console. This is for playframework 2.0 beta. Using the http.port configuration parameter either on the command line or in the application.conf seems to have no effect: C:\dev\prototype\activiti-preso>play run --http.port=8080 [info] Loading project definition from C:\dev\pro

    How do I change the default port (9000) that Play uses when I execute the "run" command?
    cpw
    cpw 2014/03/10
  • GitHub - MSDN Blogs

    In Visual Studio 2022 17.10 Preview 2, we’ve introduced some UX updates and usability improvements to the Connection Manager. With these updates we provide a more seamless experience when connecting to remote systems and/or debugging failed connections. Please install the latest Preview to try it out. Read on to learn what the Connection ...

    GitHub - MSDN Blogs
    cpw
    cpw 2013/09/11
  • 1