並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 45件

新着順 人気順

Headerの検索結果1 - 40 件 / 45件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

Headerに関するエントリは45件あります。 articlehttpweb などが関連タグです。 人気エントリには 『サイトの HTTP3 化と DNS HTTPS RR および Alt-Svc Header によるアドバタイズ | blog.jxck.io』などがあります。
  • サイトの HTTP3 化と DNS HTTPS RR および Alt-Svc Header によるアドバタイズ | blog.jxck.io

    Intro 本サイトを HTTP3 対応し、Alt-Svc ヘッダおよび DNS HTTPS Resource Record によってそれをアドバタイズする構成を適用した。 色々ハマったので作業のログを記す。 HTTP3 on h2o Fastly の数々の発表からも h2o が HTTP3 に対応していることは自明だが、その設定方法がドキュメントに記載されておらず、なかなか設定方法がわからずにいた。先日、たまたま当該 issue の中で、設定ファイルサンプルの中にコメントアウトされたフラグがあることを教えてもらい、これをたよりに HTTP3 化を進めることができた。 したがって、ここから記す内容はドキュメントやリリースノートの内容ではないため、将来的に全然違う方法になるかもしれない点には注意が必要だ。なお、最近はリリース自体がないため master をビルドしてデプロイしている。 h2o

      サイトの HTTP3 化と DNS HTTPS RR および Alt-Svc Header によるアドバタイズ | blog.jxck.io
    • MIMEヘッダエンコーディングは複雑すぎてつらい / MIME header encoding is hard

      プロトタイピングによる不確実性の低減 / Reducing Uncertainty through Prototyping

        MIMEヘッダエンコーディングは複雑すぎてつらい / MIME header encoding is hard
      • Structured Field Values による Header Field の構造化 | blog.jxck.io

        Token が文字列とは別に定義されているため、実装する言語によっては設計に悩む(JS 実装では Symbol を使っている)。 Parameter Parameter は Item に付与できるメタデータだ。 例えば以下は String の "abc" に対してパラメータを 2 つ付与している。 // "abc";a=1;b=2 { "value": "abc", "params": { "a": 1, "b": 2 } } データ表現には基本的に Key/Value/Metadata の 3 つがあることが望ましい。 例えば XML/HTML のようなフォーマットは Attribute がメタデータを担うが、これを再現可能になる。 <p id="foo" class="bar">hello</p> // p="hello world";id="foo";class="bar" { "p

          Structured Field Values による Header Field の構造化 | blog.jxck.io
        • My Favorite Protocol: Idempotency-Key Header

          YAPC::Hiroshima 2024 "My Favorite Protocol: Idempotency-Key Header" https://fortee.jp/yapc-hiroshima-2024/proposal/c907c754-a4e5-4573-a14a-c8bb828e8825 IETF draftとして提出されているIdempotency-Key Headerの背景・コンセプト・現在の動向を解説し、HTTPリクエストにおける"安全なリトライ"について掘り下げる発表です。

            My Favorite Protocol: Idempotency-Key Header
          • 日経電子版ウェブで起きた謎のCDNエラーと Header Overflow — HACK The Nikkei

            日経電子版ウェブで起きた謎のCDNエラーと Header Overflow この記事は Nikkei Advent Calendar 2020 13日目の記事です。 日経電子版ウェブチームのエンジニアの宮本です。普段はサーバ・エッジサイドを主に担当しており、今回はその内のエッジ、CDNについてお話します。 (ところで先月下旬にFastly社のYamagoya Traverse 2020において Fastlyを用いたFeature Togglesの実装についてお話させていただいたのでよければこちらもご覧ください。) 背景と問題 ある日を境目に起きた問題 半年〜1年ほど前、社内の方方から 「ステージング環境にアクセスできない」という問い合わせがありました。 調査に乗り出したものの、自分の環境では特に問題を見受けられず、再現に苦しんでいた記憶があります。 手元の環境で再現しなかったことから、社内

              日経電子版ウェブで起きた謎のCDNエラーと Header Overflow — HACK The Nikkei
            • GitHub - Immediate-Mode-UI/Nuklear: A single-header ANSI C immediate mode cross-platform GUI library

              This is a minimal-state, immediate-mode graphical user interface toolkit written in ANSI C and licensed under public domain. It was designed as a simple embeddable user interface for application and does not have any dependencies, a default render backend or OS window/input handling but instead provides a highly modular, library-based approach, with simple input state for input and draw commands d

                GitHub - Immediate-Mode-UI/Nuklear: A single-header ANSI C immediate mode cross-platform GUI library
              • ALBの無効なリクエストヘッダ削除(Drop Invalid Header Fields)設定を試してみた | DevelopersIO

                AWSチームのすずきです。 Application Load Balancers (ALB)、 ロードバランサー属性の設定として「Drop Invalid Header Fields」が追加され、 無効なHTTPリクエストヘッダをALBで削除可能になりました。 その動作を確認する機会がありましたので、紹介させていただきます。 AWS Documentation Application Load Balancers: load-balancer-attributes routing.http.drop_invalid_header_fields.enabled Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to target

                  ALBの無効なリクエストヘッダ削除(Drop Invalid Header Fields)設定を試してみた | DevelopersIO
                • 「ID TokenをAuthorization Headerにつけて送る」というお作法について思うところ - r-weblife

                  こんばんは、ritouです。 ID Tokenがやりとりされている背景 ちょっと前にこんな話がありました。 blog.ssrf.in この id_token が JWT になっていますので、これを Authorization: Bearer $ID_TOKEN というヘッダにして oauth2-proxy で保護されているアプリケーションへ送信するだけです。 docs.aws.amazon.com Authorization ヘッダー (または、オーソライザー作成時に指定した別のヘッダー) に ID トークンを含めます。 この「ID TokenをAuthorization Headerに指定して保護されているっぽいリソースにアクセスする行為」は一体何なのかというお話です。 ある有識者はOAuth 2.0のProtected ResourceをID Tokenで保護することについての投稿をし

                    「ID TokenをAuthorization Headerにつけて送る」というお作法について思うところ - r-weblife
                  • YAPC::Hiroshima 2024に参加してIdempotency-Key Headerの話をしてきた - valid,invalid

                    表題の通りYAPC::Hiroshima 2024にスピーカー、およびスポンサー企業の一員として参加してきました。最近はブログ不精となっていてイベントに参加しても記事を執筆せずにいたものの、YAPC参加者のすさまじい熱量にあてられたので久々に筆をとってみます。 自分とYAPCとbuilderscon YAPC初参加です。が、実はYAPCには思うところがありました。 YAPC::Asiaの後継として開催された(ですよね?)buildersconに2017, 2018, 2019と参加しており、このイベントからは過去にめちゃめちゃ感化されていたのでした。特に初参加のbuilderscon 2017に強く影響を受けてから僕は登壇やOSS活動を始めたので、勝手な思い入れがあるカンファレンスです。 「buildersconにもやがて登壇するぞ」と思っていたものの直近の数年は非開催となってしまったので

                      YAPC::Hiroshima 2024に参加してIdempotency-Key Headerの話をしてきた - valid,invalid
                    • Amazon CloudFront adds support for client IP address and connection port header

                      Amazon CloudFront now provides a CloudFront-Viewer-Address header that includes IP address and connection port information for requesting clients. The connection port field indicates the TCP source port used by the requesting client. Previously, IP address and client connection port information were available only in CloudFront access logs, making it harder to resolve issues or perform real-time d

                        Amazon CloudFront adds support for client IP address and connection port header
                      • Header Bidding導入

                        この記事は GMOアドマーケティング Advent Calendar 2020 15日目の記事です。 GMOアドマーケティング GMOSSP開発担当の@KazuakiMです。 先日、プレスをだしましたHeader BiddingのPrebid対応についてシステム面からご紹介していきたいと思います。 Header Biddingとは そもそもHeader Biddingとはどういったものかと申しますと、 媒体社の運営するサイトでアドサーバへ広告リクエストするよりも前に、 複数の広告配信事業社(SSP、アドエクスチェンジ)に広告リクエストを行う事で、 高単価な広告配信が実現可能となる仕組みとなります。 なぜ高単価なのに広告配信事業社は配信したがるのか Header Biddingに参入していない場合、アドテク業界ではよくある構成として、 まず媒体社がGoogle社のアドサーバ「Google A

                          Header Bidding導入
                        • Improving HTTP with structured header fields

                          Improving HTTP with structured header fieldsThe HTTP community has been busy modernising the web’s protocol over the last decade, with multiple revisions of the core specification, a number of extensions, HTTP/2, and now HTTP/3. Unfortunately, the way we define and use HTTP header fields hasn’t changed much since the beginning, with underspecified headers (and lots of different ways to handle them

                            Improving HTTP with structured header fields
                          • 「Firefox 91.0.1」が公開 ~Header Splittingの脆弱性を修正/アドレスバーでのタブ切り替えでプライベートウィンドウのタブが漏洩する問題も解決

                              「Firefox 91.0.1」が公開 ~Header Splittingの脆弱性を修正/アドレスバーでのタブ切り替えでプライベートウィンドウのタブが漏洩する問題も解決
                            • Idempotency-Key Headerを使ったリトライと、オンラインイベントの"Kaigi感" - inSmartBank

                              去る2021年10月23日に開催されたKaigi on Rails 2021にて、弊社の@ohbaryeが "Safe Retry with Idempotency-Key Header" というタイトルで発表してきました。 発表スライドはSpeakerDeckにて公開済みです。 後日アーカイブ動画も公開されるとのことですのでそちらも是非ご覧頂きたいのですが、おとなしく30分の動画を視聴できるほど現代人は暇じゃないですよね。なので本記事の前半では忙しい人のために発表内容を1/10ぐらいの密度で解説してみます。 (2021-10-31追記) 動画が公開されました 🎉 www.youtube.com (2021-10-31追記おわり) ただ、それだけでは配信動画をすでに視聴いただいた方への新規情報がゼロになってしまうので、後半では発表に関していただいたtweet・質問・感想へのコメントへのリ

                                Idempotency-Key Headerを使ったリトライと、オンラインイベントの"Kaigi感" - inSmartBank
                              • GitHub - jeremycw/httpserver.h: Single header library for writing non-blocking HTTP servers in C

                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                  GitHub - jeremycw/httpserver.h: Single header library for writing non-blocking HTTP servers in C
                                • 応用48. HTML5で追加された要素 - header,footer,main,nav, article,aside,section

                                  HTML5とは HTML5は2014年10月28日にW3Cから正式勧告されたXHTML1.0に続く新しいHTMLの仕様です。主に新しい要素と属性の追加やXHTML1.0の要素の一部意味づけの変更です。HTML5ではHTML以外にもデータベースやJavascriptに関する機能も追加されています。 HTML5で追加された要素について HTML5では、要素、属性の追加、意味付けの変更がされました。以前紹介したsmall要素、strong要素、em要素はHTML5で意味付けが変更された要素です。 今回はその中でもdivに変わる要素を紹介します。注意点として今回紹介する要素はInternet Explorerの9以上しか対応していません。 header要素(ヘッダー) ページの上部(ヘッダー部分)のブロックを定義する要素です。今まで div class=”header” としていた部分に使用します

                                    応用48. HTML5で追加された要素 - header,footer,main,nav, article,aside,section
                                  • Idempotency-Key Headerの現状・仕様・実装の理解を助けるリソースまとめ - valid,invalid

                                    Idempotency-Key Header に関する調査と実装を半年ぐらい前に行ったので、そのとき参考にしたリソースと 2021 年 9 月時点で得られる最新情報をメモしておく。 前提: Idempotency-Key Header とは HTTP リクエストのうち冪等ではないとされるリクエスト*1を冪等にし、安全なリトライを可能にするための仕組みの 1 つ。 Jayadeba Jena, Sanjay Dalal, Erik Wilde 氏らによって 2021 年 11 月に仕様が提案された。現在は IETF のもと、インターネット標準化過程(Standard Track)にあり、IETF Meeting や GitHub issues にて議論が行われている。real world ではすでに多くの企業で類似する実装が行われている。 現状と今後 GitHub issues を見る限り論

                                      Idempotency-Key Headerの現状・仕様・実装の理解を助けるリソースまとめ - valid,invalid
                                    • GitHub Pages: Permissions-Policy: interest-cohort=() Header added to all pages sites

                                      GitHub Pages: Permissions-Policy: interest-cohort=() Header added to all pages sites pages April 27, 2021 All GitHub Pages sites served from the github.io domain will now have a Permissions-Policy: interest-cohort=() header set. Pages sites using a custom domain will not be impacted. Learn more about GitHub Pages For questions, visit the GitHub Pages community

                                        GitHub Pages: Permissions-Policy: interest-cohort=() Header added to all pages sites
                                      • GitHub - cnlohr/mini-rv32ima: A tiny C header-only risc-v emulator.

                                        mini-rv32ima is a single-file-header, mini-rv32ima.h, in the STB Style library that: Implements a RISC-V rv32ima/Zifencei†+Zicsr (and partial su), with CLINT and MMIO. Is about 400 lines of actual code. Has no dependencies, not even libc. Is easily extensible. So you can easily add CSRs, instructions, MMIO, etc! Is pretty performant. (~450 coremark on my laptop, about 1/2 the speed of QEMU) Is hum

                                          GitHub - cnlohr/mini-rv32ima: A tiny C header-only risc-v emulator.
                                        • Compressed Medium Access Control (mac Header

                                          Visiteurs depuis le 28/01/2019 : 4090 Connectés : 1 Record de connectés : 16 Compressed Medium Access Control (mac HeadersCommunication efficiency may be enhanced by using compressed headers. In an example embodiment, a method is performed by a transmitting device to reduce header size. A mapping is created between a logical channel identifier and a compressed logical channel identifier. The compr

                                            Compressed Medium Access Control (mac Header
                                          • Chameleonic Header in CSS and JavaScript | CodyHouse

                                            Chameleonic Header In this tutorial, we will create a chameleonic header that changes its style on scroll to match the color theme of the underneath section. Dependencies CodyFrame (CodyHouse front-end framework) Tutorial This effect uses the clip-path CSS property. The idea is to have a clone of the main header inside each <section> of the page. Each clone will inherit the style of the section it

                                              Chameleonic Header in CSS and JavaScript | CodyHouse
                                            • Making Tables With Sticky Header and Footers Got a Bit Easier | CSS-Tricks

                                                Making Tables With Sticky Header and Footers Got a Bit Easier | CSS-Tricks
                                              • <header> - HTML: HyperText Markup Language | MDN

                                                HTML チュートリアル HTML の基本 HTML 入門 HTML 入門の概要 HTML を始めよう ヘッド部には何が入る? HTML のメタデータ HTML テキストの基礎 ハイパーリンクの作成 高度なテキスト整形 文書とウェブサイトの構造 HTML のデバッグ 評価課題: 手紙のマークアップ 評価課題: コンテンツのページの構造化 マルチメディアとその埋め込み マルチメディアとその埋め込みの概要 HTML の画像 動画と音声のコンテンツ object から iframe まで — その他の埋め込み技術 ウェブへのベクターグラフィックの追加 レスポンシブ画像 評価課題: Mozilla のスプラッシュページ HTML の表 HTML の表の概要 HTML の表の基本 HTML 表の高度な機能とアクセシビリティ 評価課題: 太陽系の惑星データの構造化 リファレンス HTML 要素 <a>

                                                  <header> - HTML: HyperText Markup Language | MDN
                                                • User Agent client hintsのJavaScript APIとHTTP Header

                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                    User Agent client hintsのJavaScript APIとHTTP Header
                                                  • Building A Dynamic Header With Intersection Observer — Smashing Magazine

                                                    Have you ever needed to build a UI where some component on the page needs to respond to elements as they’re scrolled to a certain threshold within the viewport — or perhaps in and out of the viewport itself? In JavaScript, attaching an event listener to constantly fire a callback on scroll can be performance-intensive, and if used unwisely, can make for a sluggish user experience. But there is a b

                                                      Building A Dynamic Header With Intersection Observer — Smashing Magazine
                                                    • A table with both a sticky header and a sticky first column | CSS-Tricks

                                                      We’ve covered that individual <table> cells, <th> and <td> can be position: sticky. It’s pretty easy to make the header of a table stick to the top of the screen while scrolling through a bunch or rows (like this demo). But stickiness isn’t just for the top of the screen, you can stick things in any scroll direction (horizontal is just as fun). In fact, we can have multiple sticky elements stuck i

                                                        A table with both a sticky header and a sticky first column | CSS-Tricks
                                                      • Message Header Analyzer

                                                        Message Header Analyzer Analyze headers Clear Copy Submit feedback on github

                                                        • headerとfooterの使い方とデザイン例まとめ【HTML初心者必見】 - WEBCAMP MEDIA

                                                          「header」と「footer」っていつ使うの? 「header」と「footer」は名前の通り、サイトのヘッダー部分とフッター部分を作るときに使います。 では、ヘッダーとフッターが何のためにあるのかからみていくことにしましょう。 ヘッダーを作るためのheaderタグ headerタグは、その名前の通りサイトのヘッダー部分を作るために使われるタグです。 ヘッダー部分はサイトの一番上にくる、大切な部分です。 ヘッダー部分が大切な理由は、2つあります。 1つは、「サイトのイメージを作る」ということです。 どのページを開いてもヘッダーが一番上にくるので、ユーザーにどのサイトをみているのか?を意識してもらうことができます。 もう1つの理由は、「目次をおくことができる」ということです。 サイトの一番上にくる部分に目次を置くことで、ユーザーの使いやすさをあげることができます。 この「DMM WEBC

                                                            headerとfooterの使い方とデザイン例まとめ【HTML初心者必見】 - WEBCAMP MEDIA
                                                          • The Idempotency-Key HTTP Header Field

                                                            Network Working Group J. Jena Internet-Draft PayPal, Inc. Intended status: Standards Track S. Dalal Expires: 2 January 2022 1 July 2021 The Idempotency-Key HTTP Header Field draft-ietf-httpapi-idempotency-key-header-00 Abstract The HTTP Idempotency-Key request header field can be used to carry idempotency key in order to make non-idempotent HTTP methods such as "POST" or "PATCH" fault-tolerant. St

                                                              The Idempotency-Key HTTP Header Field
                                                            • RFC 2369: The Use of URLs as Meta-Syntax for Core Mail List Commands and their Transport through Message Header Fields

                                                              Network Working Group G. Neufeld Request for Comments: 2369 Nisto Category: Standards Track J. Baer SkyWeyr Technologies July 1998 The Use of URLs as Meta-Syntax for Core Mail List Commands and their Transport through Message Header Fields Status of this Memo This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions for improve

                                                              • CURRYFINGER - SNI & Host header spoofing utility - DUALUSE

                                                                Unix philosophy your way to finding the real host behind the CDN. Travis dropped Tue, Sep 10, 2019 CURRYFINGER measures a vanilla request for a particular URL against requests directed to specific IP addresses with forced TLS SNI and HTTP Host headers. The tool takes a string edit distance, and emits matches according to a rough similarity metric threshold. There are many guides that explain the p

                                                                • GitHub - Reputeless/Xoshiro-cpp: Header-only Xoshiro/Xoroshiro PRNG wrapper library for modern C++ (C++17/C++20)

                                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                    GitHub - Reputeless/Xoshiro-cpp: Header-only Xoshiro/Xoroshiro PRNG wrapper library for modern C++ (C++17/C++20)
                                                                  • ngrokでInvalid Host headerエラーを解消した方法 - Qiita

                                                                    状況 awsのEC2上にWebpackDevServerでサーバを建て、スマホからEC2環境のQAを実施しようとした。 ngrokでトンネル掘ってアクセスしたら Invalid Host header となってアクセスできない。 この記事では Invalid Host header を解消した方法を記載します。 この方法は以下の環境でも機能するようです。 Angular or React dev server Vue dev server react express app ng app using MSAL まずは結論から(解消方法) 起動コマンドにオプションを追加する 以下のどちらでも行けます。 ngrok http 8080 -host-header="localhost:8080" ngrok http --host-header=rewrite 8080 自分が辿った流れ 手段

                                                                      ngrokでInvalid Host headerエラーを解消した方法 - Qiita
                                                                    • Improving user privacy by requiring opt-in to send X-Requested-With header from WebView

                                                                      Improving user privacy by requiring opt-in to send X-Requested-With header from WebView Posted by Peter Birk Pakkenberg, Software Engineer X-Requested-With (XRW) is a nonstandard header. When a user installs and runs an application that uses a WebView to embed web content, the WebView will add the X-Requested-With header on every request sent to servers, with a value of the application APK name. I

                                                                        Improving user privacy by requiring opt-in to send X-Requested-With header from WebView
                                                                      • Requesting performance isolation with the Origin-Agent-Cluster header  |  Articles  |  web.dev

                                                                        Requesting performance isolation with the Origin-Agent-Cluster header Stay organized with collections Save and categorize content based on your preferences. A new HTTP response header to limit domain-wide scripting and request dedicated resources from the browser. Origin-Agent-Cluster is a new HTTP response header that instructs the browser to prevent synchronous scripting access between same-site

                                                                        • GitHub - mozillazg/go-httpheader: A Go library for encoding structs into Header fields.

                                                                          package main import ( "fmt" "net/http" "github.com/mozillazg/go-httpheader" ) type Options struct { hide string ContentType string `header:"Content-Type"` Length int XArray []string `header:"X-Array"` TestHide string `header:"-"` IgnoreEmpty string `header:"X-Empty,omitempty"` IgnoreEmptyN string `header:"X-Empty-N,omitempty"` CustomHeader http.Header } func main() { opt := Options{ hide: "hide",

                                                                            GitHub - mozillazg/go-httpheader: A Go library for encoding structs into Header fields.
                                                                          • 32bit版Windowsビルドでオフレコチャットの不具合を解消した「Thunderbird 91.0.1」/Header Splittingの脆弱性にも対処

                                                                              32bit版Windowsビルドでオフレコチャットの不具合を解消した「Thunderbird 91.0.1」/Header Splittingの脆弱性にも対処
                                                                            • key-value storeを設計するにあたって,リカバリのためにwalを設計するとします。walを可変長にしたい場合,各wal recordにrecord長を表すheaderをつけるような実装が素直な実装の一つとしてあると思うのですが,wal recordを格納しているファイルが破損し,あるwal recordのheader部分が信頼できなくなった場合,各recordの長さがわからなくなってしまうため当該wal record以降のすべてのwal recordが信頼できなくなるような弱点があるように思え

                                                                              key-value storeを設計するにあたって,リカバリのためにwalを設計するとします。walを可変長にしたい場合,各wal recordにrecord長を表すheaderをつけるような実装が素直な実装の一つとしてあると思うのですが,wal recordを格納しているファイルが破損し,あるwal recordのheader部分が信頼できなくなった場合,各recordの長さがわからなくなってしまうため当該wal record以降のすべてのwal recordが信頼できなくなるような弱点があるように思えるのですが,この問題はうまく回避できるのでしょうか 前提として世の中にあるデータベースは基本的にログファイルが破損する事を想定していません。ログは信頼できるストレージに複製込で保存されており、化けたり消えたりする事はないという前提を置いています。想定する一番大きな障害でもMedia Fai

                                                                                key-value storeを設計するにあたって,リカバリのためにwalを設計するとします。walを可変長にしたい場合,各wal recordにrecord長を表すheaderをつけるような実装が素直な実装の一つとしてあると思うのですが,wal recordを格納しているファイルが破損し,あるwal recordのheader部分が信頼できなくなった場合,各recordの長さがわからなくなってしまうため当該wal record以降のすべてのwal recordが信頼できなくなるような弱点があるように思え
                                                                              • Nginxで502 Bad Gatewayの原因が「upstream sent too big header~」の場合の対処法

                                                                                Nginxで502 Bad Gatewayの原因が「upstream sent too big header~」の場合の対処法 管理しているWebサイトで502 Bad Gatewayが発生していました。 Nginxのエラーログを見ると以下のようなログが流れていました。 2019/04/18 20:00:33 [error] 6793#0: *14604 upstream sent too big header while reading response header from upstream, client: 0.0.0.0, server: example.com, request: "GET /hoge HTTP/1.0", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:", host: "example.com"

                                                                                  Nginxで502 Bad Gatewayの原因が「upstream sent too big header~」の場合の対処法
                                                                                • Jetpack ComposeでタブをSticky Headerにする方法 - スタディサプリ Product Team Blog

                                                                                  こんにちは。Androidエンジニアの@morux2です。先日スタディサプリ中学講座にまなレポ機能が追加されました🎉 まなレポは学習状況・学習履歴を確認できる機能です。リアルタイムで学習状況が表示されるので、学習後すぐに成果の振り返りをしていただくことができます。 この記事ではまなレポ機能の実装の裏側をご紹介します。画面はJetpack Composeで構築しています。 まなレポ画面 まなレポ画面の概要 画面要件は大きく2つあります。 日と週のタブを切り替えて、日次・週次の学習履歴を確認できる タブがSticky Headerになる(スクロールするとステータスバーの下にタブが張り付く) ここからは2つの画面要件をどう実現したかお話ししていきます。 Sticky Header Jetpack Composeでタブを切り替えられるようにする タブにはTabRowを用いています。選択されたタブ

                                                                                    Jetpack ComposeでタブをSticky Headerにする方法 - スタディサプリ Product Team Blog

                                                                                  新着記事