<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>naoty_k</author_name>
  <author_url>https://blog.hatena.ne.jp/naoty_k/</author_url>
  <blog_title>AnyType</blog_title>
  <blog_url>https://naoty.hatenablog.com/</blog_url>
  <categories>
    <anon>Go</anon>
  </categories>
  <description>最近GoによるWebアプリケーション開発を学び始めたので間違っている箇所があればコメントください。 ServeMux型によるルーティング http.Handle関数を使うとパスに対するルーティングを登録することができる。http.Handler型は実際にリクエストを処理するオブジェクトで、下のように実装すると/foodsへのリクエストを*FoodsHandler型が処理することになる。 http.Handle(&quot;/foods&quot;, &amp;handlers.FoodsHandler{}) http.Handle関数によって登録されたルーティングはhttp.DefaultServeMuxという*Serv…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnaoty.hatenablog.com%2Fentry%2F2017%2F09%2F24%2F143501&quot; title=&quot;net/httpによるHTTPメソッドを含んだルーティングの実装 - AnyType&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>2017-09-24 14:35:01</published>
  <title>net/httpによるHTTPメソッドを含んだルーティングの実装</title>
  <type>rich</type>
  <url>https://naoty.hatenablog.com/entry/2017/09/24/143501</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
