1 # Pleroma: A lightweight social networking server
2 # Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
3 # SPDX-License-Identifier: AGPL-3.0-only
5 defmodule HttpRequestMock do
17 with {:ok, res} <- apply(__MODULE__, method, [url, query, body, headers]) do
21 with {:error, message} <- error do
31 def get(url, query \\ [], body \\ [], headers \\ [])
33 def get("https://osada.macgirvin.com/channel/mike", _, _, _) do
37 body: File.read!("test/fixtures/tesla_mock/https___osada.macgirvin.com_channel_mike.json")
41 def get("https://shitposter.club/users/moonman", _, _, _) do
45 body: File.read!("test/fixtures/tesla_mock/moonman@shitposter.club.json")
49 def get("https://mastodon.social/users/emelie/statuses/101849165031453009", _, _, _) do
53 body: File.read!("test/fixtures/tesla_mock/status.emelie.json")
57 def get("https://mastodon.social/users/emelie/statuses/101849165031453404", _, _, _) do
65 def get("https://mastodon.social/users/emelie", _, _, _) do
69 body: File.read!("test/fixtures/tesla_mock/emelie.json")
73 def get("https://mastodon.social/users/not_found", _, _, _) do
74 {:ok, %Tesla.Env{status: 404}}
77 def get("https://mastodon.sdf.org/users/rinpatch", _, _, _) do
81 body: File.read!("test/fixtures/tesla_mock/rinpatch.json")
86 "https://mastodon.social/.well-known/webfinger?resource=https://mastodon.social/users/emelie",
94 body: File.read!("test/fixtures/tesla_mock/webfinger_emelie.json")
98 def get("https://mastodon.social/users/emelie.atom", _, _, _) do
102 body: File.read!("test/fixtures/tesla_mock/emelie.atom")
107 "https://osada.macgirvin.com/.well-known/webfinger?resource=acct:mike@osada.macgirvin.com",
110 Accept: "application/xrd+xml,application/jrd+json"
115 body: File.read!("test/fixtures/tesla_mock/mike@osada.macgirvin.com.json")
120 "https://social.heldscal.la/.well-known/webfinger?resource=https://social.heldscal.la/user/29191",
123 Accept: "application/xrd+xml,application/jrd+json"
128 body: File.read!("test/fixtures/tesla_mock/https___social.heldscal.la_user_29191.xml")
132 def get("https://pawoo.net/users/pekorino.atom", _, _, _) do
136 body: File.read!("test/fixtures/tesla_mock/https___pawoo.net_users_pekorino.atom")
141 "https://pawoo.net/.well-known/webfinger?resource=acct:https://pawoo.net/users/pekorino",
144 Accept: "application/xrd+xml,application/jrd+json"
149 body: File.read!("test/fixtures/tesla_mock/https___pawoo.net_users_pekorino.xml")
154 "https://social.stopwatchingus-heidelberg.de/api/statuses/user_timeline/18330.atom",
162 body: File.read!("test/fixtures/tesla_mock/atarifrosch_feed.xml")
167 "https://social.stopwatchingus-heidelberg.de/.well-known/webfinger?resource=acct:https://social.stopwatchingus-heidelberg.de/user/18330",
170 Accept: "application/xrd+xml,application/jrd+json"
175 body: File.read!("test/fixtures/tesla_mock/atarifrosch_webfinger.xml")
179 def get("https://mamot.fr/users/Skruyb.atom", _, _, _) do
183 body: File.read!("test/fixtures/tesla_mock/https___mamot.fr_users_Skruyb.atom")
188 "https://mamot.fr/.well-known/webfinger?resource=acct:https://mamot.fr/users/Skruyb",
191 Accept: "application/xrd+xml,application/jrd+json"
196 body: File.read!("test/fixtures/tesla_mock/skruyb@mamot.fr.atom")
201 "https://social.heldscal.la/.well-known/webfinger?resource=nonexistant@social.heldscal.la",
204 Accept: "application/xrd+xml,application/jrd+json"
209 body: File.read!("test/fixtures/tesla_mock/nonexistant@social.heldscal.la.xml")
214 "https://squeet.me/xrd/?uri=lain@squeet.me",
217 Accept: "application/xrd+xml,application/jrd+json"
222 body: File.read!("test/fixtures/tesla_mock/lain_squeet.me_webfinger.xml")
227 "https://mst3k.interlinked.me/users/luciferMysticus",
230 Accept: "application/activity+json"
235 body: File.read!("test/fixtures/tesla_mock/lucifermysticus.json")
239 def get("https://prismo.news/@mxb", _, _, _) do
243 body: File.read!("test/fixtures/tesla_mock/https___prismo.news__mxb.json")
248 "https://hubzilla.example.org/channel/kaniini",
251 Accept: "application/activity+json"
256 body: File.read!("test/fixtures/tesla_mock/kaniini@hubzilla.example.org.json")
260 def get("https://niu.moe/users/rye", _, _, Accept: "application/activity+json") do
264 body: File.read!("test/fixtures/tesla_mock/rye.json")
268 def get("https://n1u.moe/users/rye", _, _, Accept: "application/activity+json") do
272 body: File.read!("test/fixtures/tesla_mock/rye.json")
276 def get("http://mastodon.example.org/users/admin/statuses/100787282858396771", _, _, _) do
282 "test/fixtures/tesla_mock/http___mastodon.example.org_users_admin_status_1234.json"
287 def get("https://puckipedia.com/", _, _, Accept: "application/activity+json") do
291 body: File.read!("test/fixtures/tesla_mock/puckipedia.com.json")
295 def get("https://peertube.moe/accounts/7even", _, _, _) do
299 body: File.read!("test/fixtures/tesla_mock/7even.json")
303 def get("https://peertube.moe/videos/watch/df5f464b-be8d-46fb-ad81-2d4c2d1630e3", _, _, _) do
307 body: File.read!("test/fixtures/tesla_mock/peertube.moe-vid.json")
311 def get("https://baptiste.gelez.xyz/@/BaptisteGelez", _, _, _) do
315 body: File.read!("test/fixtures/tesla_mock/baptiste.gelex.xyz-user.json")
319 def get("https://baptiste.gelez.xyz/~/PlumeDevelopment/this-month-in-plume-june-2018/", _, _, _) do
323 body: File.read!("test/fixtures/tesla_mock/baptiste.gelex.xyz-article.json")
327 def get("https://wedistribute.org/wp-json/pterotype/v1/object/85810", _, _, _) do
331 body: File.read!("test/fixtures/tesla_mock/wedistribute-article.json")
335 def get("https://wedistribute.org/wp-json/pterotype/v1/actor/-blog", _, _, _) do
339 body: File.read!("test/fixtures/tesla_mock/wedistribute-user.json")
343 def get("http://mastodon.example.org/users/admin", _, _, Accept: "application/activity+json") do
347 body: File.read!("test/fixtures/tesla_mock/admin@mastdon.example.org.json")
351 def get("http://mastodon.example.org/users/relay", _, _, Accept: "application/activity+json") do
355 body: File.read!("test/fixtures/tesla_mock/relay@mastdon.example.org.json")
359 def get("http://mastodon.example.org/users/gargron", _, _, Accept: "application/activity+json") do
363 def get("http://osada.macgirvin.com/.well-known/host-meta", _, _, _) do
371 def get("https://osada.macgirvin.com/.well-known/host-meta", _, _, _) do
379 def get("http://mastodon.sdf.org/.well-known/host-meta", _, _, _) do
383 body: File.read!("test/fixtures/tesla_mock/sdf.org_host_meta")
387 def get("https://mastodon.sdf.org/.well-known/host-meta", _, _, _) do
391 body: File.read!("test/fixtures/tesla_mock/sdf.org_host_meta")
396 "https://mastodon.sdf.org/.well-known/webfinger?resource=https://mastodon.sdf.org/users/snowdusk",
404 body: File.read!("test/fixtures/tesla_mock/snowdusk@sdf.org_host_meta.json")
408 def get("http://mstdn.jp/.well-known/host-meta", _, _, _) do
412 body: File.read!("test/fixtures/tesla_mock/mstdn.jp_host_meta")
416 def get("https://mstdn.jp/.well-known/host-meta", _, _, _) do
420 body: File.read!("test/fixtures/tesla_mock/mstdn.jp_host_meta")
424 def get("https://mstdn.jp/.well-known/webfinger?resource=kpherox@mstdn.jp", _, _, _) do
428 body: File.read!("test/fixtures/tesla_mock/kpherox@mstdn.jp.xml")
432 def get("http://mamot.fr/.well-known/host-meta", _, _, _) do
436 body: File.read!("test/fixtures/tesla_mock/mamot.fr_host_meta")
440 def get("https://mamot.fr/.well-known/host-meta", _, _, _) do
444 body: File.read!("test/fixtures/tesla_mock/mamot.fr_host_meta")
449 "https://mamot.fr/.well-known/webfinger?resource=https://mamot.fr/users/Skruyb",
457 body: File.read!("test/fixtures/tesla_mock/skruyb@mamot.fr.atom")
461 def get("http://pawoo.net/.well-known/host-meta", _, _, _) do
465 body: File.read!("test/fixtures/tesla_mock/pawoo.net_host_meta")
469 def get("https://pawoo.net/.well-known/host-meta", _, _, _) do
473 body: File.read!("test/fixtures/tesla_mock/pawoo.net_host_meta")
478 "https://pawoo.net/.well-known/webfinger?resource=https://pawoo.net/users/pekorino",
486 body: File.read!("test/fixtures/tesla_mock/pekorino@pawoo.net_host_meta.json")
490 def get("http://zetsubou.xn--q9jyb4c/.well-known/host-meta", _, _, _) do
494 body: File.read!("test/fixtures/tesla_mock/xn--q9jyb4c_host_meta")
498 def get("https://zetsubou.xn--q9jyb4c/.well-known/host-meta", _, _, _) do
502 body: File.read!("test/fixtures/tesla_mock/xn--q9jyb4c_host_meta")
506 def get("http://pleroma.soykaf.com/.well-known/host-meta", _, _, _) do
510 body: File.read!("test/fixtures/tesla_mock/soykaf.com_host_meta")
514 def get("https://pleroma.soykaf.com/.well-known/host-meta", _, _, _) do
518 body: File.read!("test/fixtures/tesla_mock/soykaf.com_host_meta")
522 def get("http://social.stopwatchingus-heidelberg.de/.well-known/host-meta", _, _, _) do
526 body: File.read!("test/fixtures/tesla_mock/stopwatchingus-heidelberg.de_host_meta")
530 def get("https://social.stopwatchingus-heidelberg.de/.well-known/host-meta", _, _, _) do
534 body: File.read!("test/fixtures/tesla_mock/stopwatchingus-heidelberg.de_host_meta")
539 "http://mastodon.example.org/@admin/99541947525187367",
542 Accept: "application/activity+json"
547 body: File.read!("test/fixtures/mastodon-note-object.json")
551 def get("http://mastodon.example.org/@admin/99541947525187368", _, _, _) do
559 def get("https://shitposter.club/notice/7369654", _, _, _) do
563 body: File.read!("test/fixtures/tesla_mock/7369654.html")
567 def get("https://mstdn.io/users/mayuutann", _, _, Accept: "application/activity+json") do
571 body: File.read!("test/fixtures/tesla_mock/mayumayu.json")
576 "https://mstdn.io/users/mayuutann/statuses/99568293732299394",
579 Accept: "application/activity+json"
584 body: File.read!("test/fixtures/tesla_mock/mayumayupost.json")
588 def get("https://pleroma.soykaf.com/users/lain/feed.atom", _, _, _) do
594 "test/fixtures/tesla_mock/https___pleroma.soykaf.com_users_lain_feed.atom.xml"
599 def get(url, _, _, Accept: "application/xrd+xml,application/jrd+json")
601 "https://pleroma.soykaf.com/.well-known/webfinger?resource=acct:https://pleroma.soykaf.com/users/lain",
602 "https://pleroma.soykaf.com/.well-known/webfinger?resource=https://pleroma.soykaf.com/users/lain"
607 body: File.read!("test/fixtures/tesla_mock/https___pleroma.soykaf.com_users_lain.xml")
611 def get("https://shitposter.club/api/statuses/user_timeline/1.atom", _, _, _) do
617 "test/fixtures/tesla_mock/https___shitposter.club_api_statuses_user_timeline_1.atom.xml"
623 "https://shitposter.club/.well-known/webfinger?resource=https://shitposter.club/user/1",
626 Accept: "application/xrd+xml,application/jrd+json"
631 body: File.read!("test/fixtures/tesla_mock/https___shitposter.club_user_1.xml")
635 def get("https://shitposter.club/notice/2827873", _, _, _) do
639 body: File.read!("test/fixtures/tesla_mock/https___shitposter.club_notice_2827873.json")
643 def get("https://shitposter.club/api/statuses/show/2827873.atom", _, _, _) do
649 "test/fixtures/tesla_mock/https___shitposter.club_api_statuses_show_2827873.atom.xml"
654 def get("https://testing.pleroma.lol/objects/b319022a-4946-44c5-9de9-34801f95507b", _, _, _) do
655 {:ok, %Tesla.Env{status: 200}}
658 def get("https://shitposter.club/api/statuses/user_timeline/5381.atom", _, _, _) do
662 body: File.read!("test/fixtures/tesla_mock/spc_5381.atom")
667 "https://shitposter.club/.well-known/webfinger?resource=https://shitposter.club/user/5381",
670 Accept: "application/xrd+xml,application/jrd+json"
675 body: File.read!("test/fixtures/tesla_mock/spc_5381_xrd.xml")
679 def get("http://shitposter.club/.well-known/host-meta", _, _, _) do
683 body: File.read!("test/fixtures/tesla_mock/shitposter.club_host_meta")
687 def get("https://shitposter.club/api/statuses/show/7369654.atom", _, _, _) do
691 body: File.read!("test/fixtures/tesla_mock/7369654.atom")
695 def get("https://shitposter.club/notice/4027863", _, _, _) do
699 body: File.read!("test/fixtures/tesla_mock/7369654.html")
703 def get("https://social.sakamoto.gq/users/eal/feed.atom", _, _, _) do
707 body: File.read!("test/fixtures/tesla_mock/sakamoto_eal_feed.atom")
711 def get("http://social.sakamoto.gq/.well-known/host-meta", _, _, _) do
715 body: File.read!("test/fixtures/tesla_mock/social.sakamoto.gq_host_meta")
720 "https://social.sakamoto.gq/.well-known/webfinger?resource=https://social.sakamoto.gq/users/eal",
723 Accept: "application/xrd+xml,application/jrd+json"
728 body: File.read!("test/fixtures/tesla_mock/eal_sakamoto.xml")
733 "https://social.sakamoto.gq/objects/0ccc1a2c-66b0-4305-b23a-7f7f2b040056",
736 Accept: "application/atom+xml"
738 {:ok, %Tesla.Env{status: 200, body: File.read!("test/fixtures/tesla_mock/sakamoto.atom")}}
741 def get("http://mastodon.social/.well-known/host-meta", _, _, _) do
745 body: File.read!("test/fixtures/tesla_mock/mastodon.social_host_meta")
750 "https://mastodon.social/.well-known/webfinger?resource=https://mastodon.social/users/lambadalambda",
753 Accept: "application/xrd+xml,application/jrd+json"
759 File.read!("test/fixtures/tesla_mock/https___mastodon.social_users_lambadalambda.xml")
763 def get("http://gs.example.org/.well-known/host-meta", _, _, _) do
767 body: File.read!("test/fixtures/tesla_mock/gs.example.org_host_meta")
772 "http://gs.example.org/.well-known/webfinger?resource=http://gs.example.org:4040/index.php/user/1",
775 Accept: "application/xrd+xml,application/jrd+json"
781 File.read!("test/fixtures/tesla_mock/http___gs.example.org_4040_index.php_user_1.xml")
786 "http://gs.example.org:4040/index.php/user/1",
789 Accept: "application/activity+json"
791 {:ok, %Tesla.Env{status: 406, body: ""}}
794 def get("http://gs.example.org/index.php/api/statuses/user_timeline/1.atom", _, _, _) do
800 "test/fixtures/tesla_mock/http__gs.example.org_index.php_api_statuses_user_timeline_1.atom.xml"
805 def get("https://social.heldscal.la/api/statuses/user_timeline/29191.atom", _, _, _) do
811 "test/fixtures/tesla_mock/https___social.heldscal.la_api_statuses_user_timeline_29191.atom.xml"
816 def get("http://squeet.me/.well-known/host-meta", _, _, _) do
818 %Tesla.Env{status: 200, body: File.read!("test/fixtures/tesla_mock/squeet.me_host_meta")}}
822 "https://squeet.me/xrd?uri=lain@squeet.me",
825 Accept: "application/xrd+xml,application/jrd+json"
830 body: File.read!("test/fixtures/tesla_mock/lain_squeet.me_webfinger.xml")
835 "https://social.heldscal.la/.well-known/webfinger?resource=shp@social.heldscal.la",
838 Accept: "application/xrd+xml,application/jrd+json"
843 body: File.read!("test/fixtures/tesla_mock/shp@social.heldscal.la.xml")
848 "https://social.heldscal.la/.well-known/webfinger?resource=invalid_content@social.heldscal.la",
851 Accept: "application/xrd+xml,application/jrd+json"
853 {:ok, %Tesla.Env{status: 200, body: ""}}
856 def get("http://framatube.org/.well-known/host-meta", _, _, _) do
860 body: File.read!("test/fixtures/tesla_mock/framatube.org_host_meta")
865 "http://framatube.org/main/xrd?uri=framasoft@framatube.org",
868 Accept: "application/xrd+xml,application/jrd+json"
873 headers: [{"content-type", "application/json"}],
874 body: File.read!("test/fixtures/tesla_mock/framasoft@framatube.org.json")
878 def get("http://gnusocial.de/.well-known/host-meta", _, _, _) do
882 body: File.read!("test/fixtures/tesla_mock/gnusocial.de_host_meta")
887 "http://gnusocial.de/main/xrd?uri=winterdienst@gnusocial.de",
890 Accept: "application/xrd+xml,application/jrd+json"
895 body: File.read!("test/fixtures/tesla_mock/winterdienst_webfinger.json")
899 def get("http://status.alpicola.com/.well-known/host-meta", _, _, _) do
903 body: File.read!("test/fixtures/tesla_mock/status.alpicola.com_host_meta")
907 def get("http://macgirvin.com/.well-known/host-meta", _, _, _) do
911 body: File.read!("test/fixtures/tesla_mock/macgirvin.com_host_meta")
915 def get("http://gerzilla.de/.well-known/host-meta", _, _, _) do
919 body: File.read!("test/fixtures/tesla_mock/gerzilla.de_host_meta")
924 "https://gerzilla.de/xrd/?uri=kaniini@gerzilla.de",
927 Accept: "application/xrd+xml,application/jrd+json"
932 headers: [{"content-type", "application/json"}],
933 body: File.read!("test/fixtures/tesla_mock/kaniini@gerzilla.de.json")
937 def get("https://social.heldscal.la/api/statuses/user_timeline/23211.atom", _, _, _) do
943 "test/fixtures/tesla_mock/https___social.heldscal.la_api_statuses_user_timeline_23211.atom.xml"
949 "https://social.heldscal.la/.well-known/webfinger?resource=https://social.heldscal.la/user/23211",
957 body: File.read!("test/fixtures/tesla_mock/https___social.heldscal.la_user_23211.xml")
961 def get("http://social.heldscal.la/.well-known/host-meta", _, _, _) do
965 body: File.read!("test/fixtures/tesla_mock/social.heldscal.la_host_meta")
969 def get("https://social.heldscal.la/.well-known/host-meta", _, _, _) do
973 body: File.read!("test/fixtures/tesla_mock/social.heldscal.la_host_meta")
977 def get("https://mastodon.social/users/lambadalambda.atom", _, _, _) do
978 {:ok, %Tesla.Env{status: 200, body: File.read!("test/fixtures/lambadalambda.atom")}}
981 def get("https://mastodon.social/users/lambadalambda", _, _, _) do
982 {:ok, %Tesla.Env{status: 200, body: File.read!("test/fixtures/lambadalambda.json")}}
985 def get("https://apfed.club/channel/indio", _, _, _) do
987 %Tesla.Env{status: 200, body: File.read!("test/fixtures/tesla_mock/osada-user-indio.json")}}
990 def get("https://social.heldscal.la/user/23211", _, _, Accept: "application/activity+json") do
991 {:ok, Tesla.Mock.json(%{"id" => "https://social.heldscal.la/user/23211"}, status: 200)}
994 def get("http://example.com/ogp", _, _, _) do
995 {:ok, %Tesla.Env{status: 200, body: File.read!("test/fixtures/rich_media/ogp.html")}}
998 def get("https://example.com/ogp", _, _, _) do
999 {:ok, %Tesla.Env{status: 200, body: File.read!("test/fixtures/rich_media/ogp.html")}}
1002 def get("https://pleroma.local/notice/9kCP7V", _, _, _) do
1003 {:ok, %Tesla.Env{status: 200, body: File.read!("test/fixtures/rich_media/ogp.html")}}
1006 def get("http://localhost:4001/users/masto_closed/followers", _, _, _) do
1010 body: File.read!("test/fixtures/users_mock/masto_closed_followers.json")
1014 def get("http://localhost:4001/users/masto_closed/followers?page=1", _, _, _) do
1018 body: File.read!("test/fixtures/users_mock/masto_closed_followers_page.json")
1022 def get("http://localhost:4001/users/masto_closed/following", _, _, _) do
1026 body: File.read!("test/fixtures/users_mock/masto_closed_following.json")
1030 def get("http://localhost:4001/users/masto_closed/following?page=1", _, _, _) do
1034 body: File.read!("test/fixtures/users_mock/masto_closed_following_page.json")
1038 def get("http://localhost:4001/users/fuser2/followers", _, _, _) do
1042 body: File.read!("test/fixtures/users_mock/pleroma_followers.json")
1046 def get("http://localhost:4001/users/fuser2/following", _, _, _) do
1050 body: File.read!("test/fixtures/users_mock/pleroma_following.json")
1054 def get("http://domain-with-errors:4001/users/fuser1/followers", _, _, _) do
1062 def get("http://domain-with-errors:4001/users/fuser1/following", _, _, _) do
1070 def get("http://example.com/ogp-missing-data", _, _, _) do
1074 body: File.read!("test/fixtures/rich_media/ogp-missing-data.html")
1078 def get("https://example.com/ogp-missing-data", _, _, _) do
1082 body: File.read!("test/fixtures/rich_media/ogp-missing-data.html")
1086 def get("http://example.com/malformed", _, _, _) do
1088 %Tesla.Env{status: 200, body: File.read!("test/fixtures/rich_media/malformed-data.html")}}
1091 def get("http://example.com/empty", _, _, _) do
1092 {:ok, %Tesla.Env{status: 200, body: "hello"}}
1095 def get("http://404.site" <> _, _, _, _) do
1104 "https://zetsubou.xn--q9jyb4c/.well-known/webfinger?resource=lain@zetsubou.xn--q9jyb4c",
1107 Accept: "application/xrd+xml,application/jrd+json"
1112 body: File.read!("test/fixtures/lain.xml")
1117 "https://zetsubou.xn--q9jyb4c/.well-known/webfinger?resource=https://zetsubou.xn--q9jyb4c/users/lain",
1120 Accept: "application/xrd+xml,application/jrd+json"
1125 body: File.read!("test/fixtures/lain.xml")
1130 "https://zetsubou.xn--q9jyb4c/.well-known/host-meta",
1138 body: File.read!("test/fixtures/host-meta-zetsubou.xn--q9jyb4c.xml")
1142 def get("https://info.pleroma.site/activity.json", _, _, Accept: "application/activity+json") do
1146 body: File.read!("test/fixtures/tesla_mock/https__info.pleroma.site_activity.json")
1150 def get("https://info.pleroma.site/activity.json", _, _, _) do
1151 {:ok, %Tesla.Env{status: 404, body: ""}}
1154 def get("https://info.pleroma.site/activity2.json", _, _, Accept: "application/activity+json") do
1158 body: File.read!("test/fixtures/tesla_mock/https__info.pleroma.site_activity2.json")
1162 def get("https://info.pleroma.site/activity2.json", _, _, _) do
1163 {:ok, %Tesla.Env{status: 404, body: ""}}
1166 def get("https://info.pleroma.site/activity3.json", _, _, Accept: "application/activity+json") do
1170 body: File.read!("test/fixtures/tesla_mock/https__info.pleroma.site_activity3.json")
1174 def get("https://info.pleroma.site/activity3.json", _, _, _) do
1175 {:ok, %Tesla.Env{status: 404, body: ""}}
1178 def get("https://mstdn.jp/.well-known/webfinger?resource=acct:kpherox@mstdn.jp", _, _, _) do
1182 body: File.read!("test/fixtures/tesla_mock/kpherox@mstdn.jp.xml")
1186 def get("http://example.com/rel_me/anchor", _, _, _) do
1187 {:ok, %Tesla.Env{status: 200, body: File.read!("test/fixtures/rel_me_anchor.html")}}
1190 def get("http://example.com/rel_me/anchor_nofollow", _, _, _) do
1191 {:ok, %Tesla.Env{status: 200, body: File.read!("test/fixtures/rel_me_anchor_nofollow.html")}}
1194 def get("http://example.com/rel_me/link", _, _, _) do
1195 {:ok, %Tesla.Env{status: 200, body: File.read!("test/fixtures/rel_me_link.html")}}
1198 def get("http://example.com/rel_me/null", _, _, _) do
1199 {:ok, %Tesla.Env{status: 200, body: File.read!("test/fixtures/rel_me_null.html")}}
1202 def get("https://skippers-bin.com/notes/7x9tmrp97i", _, _, _) do
1206 body: File.read!("test/fixtures/tesla_mock/misskey_poll_no_end_date.json")
1210 def get("https://skippers-bin.com/users/7v1w1r8ce6", _, _, _) do
1211 {:ok, %Tesla.Env{status: 200, body: File.read!("test/fixtures/tesla_mock/sjw.json")}}
1214 def get("https://patch.cx/users/rin", _, _, _) do
1215 {:ok, %Tesla.Env{status: 200, body: File.read!("test/fixtures/tesla_mock/rin.json")}}
1218 def get(url, query, body, headers) do
1220 "Mock response not implemented for GET #{inspect(url)}, #{query}, #{inspect(body)}, #{
1228 def post(url, query \\ [], body \\ [], headers \\ [])
1230 def post("http://example.org/needs_refresh", _, _, _) do
1238 def post("http://mastodon.example.org/inbox", _, _, _) do
1246 def post("https://hubzilla.example.org/inbox", _, _, _) do
1254 def post("http://gs.example.org/index.php/main/salmon/user/1", _, _, _) do
1262 def post("http://200.site" <> _, _, _, _) do
1270 def post("http://connrefused.site" <> _, _, _, _) do
1271 {:error, :connrefused}
1274 def post("http://404.site" <> _, _, _, _) do
1282 def post(url, query, body, headers) do
1284 "Mock response not implemented for POST #{inspect(url)}, #{query}, #{inspect(body)}, #{