<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hayori</author_name>
  <author_url>https://blog.hatena.ne.jp/hayori/</author_url>
  <blog_title>unnecessary words</blog_title>
  <blog_url>https://hayori.hatenadiary.org/</blog_url>
  <categories>
    <anon>Ruby</anon>
  </categories>
  <description>WEBRickを使えばhttpプロキシサーバが簡単に作成できます。以下の記事が参考になります。 ・るびま ・https://www.codeblog.org/blog/eto/20060210.html プロキシの基本は以下の型です。簡易Webサーバとほとんど変わりません。 #!/usr/bin/ruby -Ku require 'webrick' require 'webrick/httpproxy' config = { :BindAddress =&gt; '0.0.0.0', :Port =&gt; 8080, } s = WEBrick::HTTPProxyServer.new(config) …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhayori.hatenadiary.org%2Fentry%2F20080205%2F1202170925&quot; title=&quot;httpプロキシサーバ - unnecessary words&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>2008-02-05 09:22:05</published>
  <title>httpプロキシサーバ</title>
  <type>rich</type>
  <url>https://hayori.hatenadiary.org/entry/20080205/1202170925</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
