<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ledsun</author_name>
  <author_url>https://blog.hatena.ne.jp/ledsun/</author_url>
  <blog_title>@ledsun blog</blog_title>
  <blog_url>https://ledsun.hatenablog.com/</blog_url>
  <categories>
    <anon>Ruby</anon>
    <anon>WebSocket</anon>
  </categories>
  <description>RubyでWebSocketクライアントを書く - @ledsun blog で、ソケットからレスポンス文字列を読み出すところまで実装しました。 今回はレスポンス文字列に含まれているaccept digestを検証します。 module WANDS class HTTPResponse attr_reader :header def parse(stream) @response_string = read(stream) parse_response_string(@response_string) end def to_s @response_string end private def …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fledsun.hatenablog.com%2Fentry%2F2024%2F12%2F13%2F145358&quot; title=&quot;RubyでWebSocketクライアントを書く その2 - @ledsun blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-12-13 14:53:58</published>
  <title>RubyでWebSocketクライアントを書く その2</title>
  <type>rich</type>
  <url>https://ledsun.hatenablog.com/entry/2024/12/13/145358</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
