<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>thinkAmi</author_name>
  <author_url>https://blog.hatena.ne.jp/thinkAmi/</author_url>
  <blog_title>メモ的な思考的な</blog_title>
  <blog_url>https://thinkami.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>WSGI</anon>
  </categories>
  <description>WSGIアプリの書き方について調べている時、 def application(environ, start_response): start_response('200 OK', [('Content-Type', 'text/plain')]) return [b&quot;Hello, world.&quot;] や、 class MyWSGIApplication(object): def __call__(self, environ, start_response): start_response('200 OK', [('Content-Type', 'text/plain')]) return [b&quot;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fthinkami.hatenablog.com%2Fentry%2F2016%2F11%2F28%2F061551&quot; title=&quot;mod_wsgiやuWSGIで使われる、デフォルトのWSGI callback名を調べてみた - メモ的な思考的な&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>2016-11-28 06:15:51</published>
  <title>mod_wsgiやuWSGIで使われる、デフォルトのWSGI callback名を調べてみた</title>
  <type>rich</type>
  <url>https://thinkami.hatenablog.com/entry/2016/11/28/061551</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
