<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>julialangisthebestlang</author_name>
  <author_url>https://blog.hatena.ne.jp/julialangisthebestlang/</author_url>
  <blog_title>眠気.jl</blog_title>
  <blog_url>https://www.mathwithjulia.com/</blog_url>
  <categories>
    <anon>プログラミング</anon>
    <anon>Rust</anon>
    <anon>rust</anon>
  </categories>
  <description>経緯 DMM APIがHTTPSリクエストしか許してくれず、かと言ってhyperでhttpsリクエストしようとすると StringError(&quot;Invalid scheme for Http&quot;) なのでhyper-tlsいれてリクエスト飛ばして解決しました 手順 Cargo.toml追記 hyper = { version = &quot;0.14.23&quot;, features = [&quot;full&quot;] } tokio = { version = &quot;1.22.0&quot;, features = [&quot;full&quot;] } hyper-tls = { version = &quot;0.5.0&quot; } src/main.rs use …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.mathwithjulia.com%2Fentry%2Frust%2F2022%2F11%2F26%2F104908&quot; title=&quot;hyper-tlsでHTTPSリクエスト(not HTTP)する備忘録 - 眠気.jl&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>2022-11-26 10:49:08</published>
  <title>hyper-tlsでHTTPSリクエスト(not HTTP)する備忘録</title>
  <type>rich</type>
  <url>https://www.mathwithjulia.com/entry/rust/2022/11/26/104908</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
