<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ngsw_taro</author_name>
  <author_url>https://blog.hatena.ne.jp/ngsw_taro/</author_url>
  <blog_title>算譜王におれはなる!!!!</blog_title>
  <blog_url>https://taro.hatenablog.jp/</blog_url>
  <categories>
    <anon>Kotlin</anon>
    <anon>Ktor</anon>
  </categories>
  <description>Ktorの面白い特徴のひとつとしては「Webアプリケーションに必要な機能を&quot;install&quot;していくスタイル」を採っていることだと思います。 その典型的な例はルーティングです。よく見るルーティング設定のコードは routing { get(&quot;/&quot;) { call.respondText(&quot;Hello, world!&quot;) } } のように routing を使うものが多いと思いますが、これは install(Routing) { get(&quot;/&quot;) { call.respondText(&quot;Hello, world!&quot;) } } と記述するのとだいたい同じです。 その他にも標準で提供されているFea…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftaro.hatenablog.jp%2Fentry%2F2019%2F12%2F17%2F184032&quot; title=&quot;KtorのカスタムFeatureをつくる - 算譜王におれはなる!!!!&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>https://cdn-ak.f.st-hatena.com/images/fotolife/n/ngsw_taro/20191217/20191217183951.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-12-17 18:40:32</published>
  <title>KtorのカスタムFeatureをつくる</title>
  <type>rich</type>
  <url>https://taro.hatenablog.jp/entry/2019/12/17/184032</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
