-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEpochtalkServerWeb.Endpoint.html
830 lines (570 loc) · 25.6 KB
/
EpochtalkServerWeb.Endpoint.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.29.4">
<meta name="project" content="epochtalk_server v0.1.0">
<title>EpochtalkServerWeb.Endpoint — epochtalk_server v0.1.0</title>
<link rel="stylesheet" href="dist/html-elixir-HHVY3JYD.css" />
<script src="dist/handlebars.runtime-NWIB6V2M.js"></script>
<script src="dist/handlebars.templates-XWGFFSCD.js"></script>
<script src="dist/sidebar_items-EA60E5D0.js"></script>
<script src="docs_config.js"></script>
<script async src="dist/html-JDI3AVDD.js"></script>
</head>
<body data-type="modules" class="page-module">
<script>
try {
var settings = JSON.parse(localStorage.getItem('ex_doc:settings') || '{}');
if (settings.theme === 'dark' ||
((settings.theme === 'system' || settings.theme == null) &&
window.matchMedia('(prefers-color-scheme: dark)').matches)
) {
document.body.classList.add('dark')
}
} catch (error) { }
</script>
<div class="main">
<button class="sidebar-button sidebar-toggle" aria-label="toggle sidebar">
<i class="ri-menu-line ri-lg" title="Collapse/expand sidebar"></i>
</button>
<section class="sidebar">
<form class="sidebar-search" action="search.html">
<button type="submit" class="search-button" aria-label="Submit Search">
<i class="ri-search-2-line" aria-hidden="true" title="Submit search"></i>
</button>
<button type="button" tabindex="-1" class="search-close-button" aria-label="Cancel Search">
<i class="ri-close-line ri-lg" aria-hidden="true" title="Cancel search"></i>
</button>
<label class="search-label">
<p class="sr-only">Search</p>
<input name="q" type="text" class="search-input" placeholder="Search..." aria-label="Input your search terms" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" />
</label>
</form>
<div class="autocomplete">
<div class="autocomplete-results">
</div>
</div>
<div class="sidebar-header">
<div class="sidebar-projectDetails">
<a href="api-reference.html" class="sidebar-projectName" translate="no">
epochtalk_server
</a>
<div class="sidebar-projectVersion" translate="no">
v0.1.0
</div>
</div>
<ul class="sidebar-listNav">
<li><a id="extras-list-link" href="#full-list">Pages</a></li>
<li><a id="modules-list-link" href="#full-list">Modules</a></li>
</ul>
</div>
<div class="gradient"></div>
<ul id="full-list"></ul>
</section>
<section class="content">
<output role="status" id="toast"></output>
<div class="content-outer">
<div id="content" class="content-inner">
<h1>
<button class="icon-action display-settings">
<i class="ri-settings-3-line"></i>
<span class="sr-only">Settings</span>
</button>
<span translate="no">EpochtalkServerWeb.Endpoint</span>
<small class="app-vsn" translate="no">(epochtalk_server v0.1.0)</small>
</h1>
<section id="summary" class="details-list">
<h1 class="section-heading">
<a class="hover-link" href="#summary">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this section</span>
</a>
Summary
</h1>
<div class="summary-functions summary">
<h2>
<a href="#functions">Functions</a>
</h2>
<div class="summary-row">
<div class="summary-signature">
<a href="#broadcast/3" translate="no">broadcast(topic, event, msg)</a>
</div>
<div class="summary-synopsis"><p>Callback implementation for <a href="https://hexdocs.pm/phoenix/1.7.15/Phoenix.Endpoint.html#c:broadcast/3"><code class="inline">Phoenix.Endpoint.broadcast/3</code></a>.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#broadcast!/3" translate="no">broadcast!(topic, event, msg)</a>
</div>
<div class="summary-synopsis"><p>Callback implementation for <a href="https://hexdocs.pm/phoenix/1.7.15/Phoenix.Endpoint.html#c:broadcast!/3"><code class="inline">Phoenix.Endpoint.broadcast!/3</code></a>.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#broadcast_from/4" translate="no">broadcast_from(from, topic, event, msg)</a>
</div>
<div class="summary-synopsis"><p>Callback implementation for <a href="https://hexdocs.pm/phoenix/1.7.15/Phoenix.Endpoint.html#c:broadcast_from/4"><code class="inline">Phoenix.Endpoint.broadcast_from/4</code></a>.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#broadcast_from!/4" translate="no">broadcast_from!(from, topic, event, msg)</a>
</div>
<div class="summary-synopsis"><p>Callback implementation for <a href="https://hexdocs.pm/phoenix/1.7.15/Phoenix.Endpoint.html#c:broadcast_from!/4"><code class="inline">Phoenix.Endpoint.broadcast_from!/4</code></a>.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#call/2" translate="no">call(conn, opts)</a>
</div>
<div class="summary-synopsis"><p>Callback implementation for <a href="https://hexdocs.pm/plug/1.16.1/Plug.html#c:call/2"><code class="inline">Plug.call/2</code></a>.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#child_spec/1" translate="no">child_spec(opts)</a>
</div>
<div class="summary-synopsis"><p>Returns the child specification to start the endpoint
under a supervision tree.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#config/2" translate="no">config(key, default \\ nil)</a>
</div>
<div class="summary-synopsis"><p>Returns the endpoint configuration for <code class="inline">key</code></p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#config_change/2" translate="no">config_change(changed, removed)</a>
</div>
<div class="summary-synopsis"><p>Reloads the configuration given the application environment changes.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#host/0" translate="no">host()</a>
</div>
<div class="summary-synopsis"><p>Returns the host for the given endpoint.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#init/1" translate="no">init(opts)</a>
</div>
<div class="summary-synopsis"><p>Callback implementation for <a href="https://hexdocs.pm/plug/1.16.1/Plug.html#c:init/1"><code class="inline">Plug.init/1</code></a>.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#local_broadcast/3" translate="no">local_broadcast(topic, event, msg)</a>
</div>
<div class="summary-synopsis"><p>Callback implementation for <a href="https://hexdocs.pm/phoenix/1.7.15/Phoenix.Endpoint.html#c:local_broadcast/3"><code class="inline">Phoenix.Endpoint.local_broadcast/3</code></a>.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#local_broadcast_from/4" translate="no">local_broadcast_from(from, topic, event, msg)</a>
</div>
<div class="summary-synopsis"><p>Callback implementation for <a href="https://hexdocs.pm/phoenix/1.7.15/Phoenix.Endpoint.html#c:local_broadcast_from/4"><code class="inline">Phoenix.Endpoint.local_broadcast_from/4</code></a>.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#path/1" translate="no">path(path)</a>
</div>
<div class="summary-synopsis"><p>Generates the path information when routing to this endpoint.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#script_name/0" translate="no">script_name()</a>
</div>
<div class="summary-synopsis"><p>Generates the script name.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#server_info/1" translate="no">server_info(scheme)</a>
</div>
<div class="summary-synopsis"><p>Returns the address and port that the server is running on</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#start_link/1" translate="no">start_link(opts \\ [])</a>
</div>
<div class="summary-synopsis"><p>Starts the endpoint supervision tree.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#static_integrity/1" translate="no">static_integrity(path)</a>
</div>
<div class="summary-synopsis"><p>Generates a base64-encoded cryptographic hash (sha512) to a static file
in <code class="inline">priv/static</code>. Meant to be used for Subresource Integrity with CDNs.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#static_lookup/1" translate="no">static_lookup(path)</a>
</div>
<div class="summary-synopsis"><p>Returns a two item tuple with the first item being the <code class="inline">static_path</code>
and the second item being the <code class="inline">static_integrity</code>.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#static_path/1" translate="no">static_path(path)</a>
</div>
<div class="summary-synopsis"><p>Generates a route to a static file in <code class="inline">priv/static</code>.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#static_url/0" translate="no">static_url()</a>
</div>
<div class="summary-synopsis"><p>Generates the static URL without any path information.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#struct_url/0" translate="no">struct_url()</a>
</div>
<div class="summary-synopsis"><p>Generates the endpoint base URL but as a <a href="https://hexdocs.pm/elixir/URI.html"><code class="inline">URI</code></a> struct.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#subscribe/2" translate="no">subscribe(topic, opts \\ [])</a>
</div>
<div class="summary-synopsis"><p>Callback implementation for <a href="https://hexdocs.pm/phoenix/1.7.15/Phoenix.Endpoint.html#c:subscribe/2"><code class="inline">Phoenix.Endpoint.subscribe/2</code></a>.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#unsubscribe/1" translate="no">unsubscribe(topic)</a>
</div>
<div class="summary-synopsis"><p>Callback implementation for <a href="https://hexdocs.pm/phoenix/1.7.15/Phoenix.Endpoint.html#c:unsubscribe/1"><code class="inline">Phoenix.Endpoint.unsubscribe/1</code></a>.</p></div>
</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#url/0" translate="no">url()</a>
</div>
<div class="summary-synopsis"><p>Generates the endpoint base URL without any path information.</p></div>
</div>
</div>
</section>
<section id="functions" class="details-list">
<h1 class="section-heading">
<a class="hover-link" href="#functions">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this section</span>
</a>
Functions
</h1>
<div class="functions-list">
<section class="detail" id="broadcast/3">
<div class="detail-header">
<a href="#broadcast/3" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">broadcast(topic, event, msg)</h1>
</div>
<section class="docstring">
<p>Callback implementation for <a href="https://hexdocs.pm/phoenix/1.7.15/Phoenix.Endpoint.html#c:broadcast/3"><code class="inline">Phoenix.Endpoint.broadcast/3</code></a>.</p>
</section>
</section>
<section class="detail" id="broadcast!/3">
<div class="detail-header">
<a href="#broadcast!/3" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">broadcast!(topic, event, msg)</h1>
</div>
<section class="docstring">
<p>Callback implementation for <a href="https://hexdocs.pm/phoenix/1.7.15/Phoenix.Endpoint.html#c:broadcast!/3"><code class="inline">Phoenix.Endpoint.broadcast!/3</code></a>.</p>
</section>
</section>
<section class="detail" id="broadcast_from/4">
<div class="detail-header">
<a href="#broadcast_from/4" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">broadcast_from(from, topic, event, msg)</h1>
</div>
<section class="docstring">
<p>Callback implementation for <a href="https://hexdocs.pm/phoenix/1.7.15/Phoenix.Endpoint.html#c:broadcast_from/4"><code class="inline">Phoenix.Endpoint.broadcast_from/4</code></a>.</p>
</section>
</section>
<section class="detail" id="broadcast_from!/4">
<div class="detail-header">
<a href="#broadcast_from!/4" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">broadcast_from!(from, topic, event, msg)</h1>
</div>
<section class="docstring">
<p>Callback implementation for <a href="https://hexdocs.pm/phoenix/1.7.15/Phoenix.Endpoint.html#c:broadcast_from!/4"><code class="inline">Phoenix.Endpoint.broadcast_from!/4</code></a>.</p>
</section>
</section>
<section class="detail" id="call/2">
<div class="detail-header">
<a href="#call/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">call(conn, opts)</h1>
</div>
<section class="docstring">
<p>Callback implementation for <a href="https://hexdocs.pm/plug/1.16.1/Plug.html#c:call/2"><code class="inline">Plug.call/2</code></a>.</p>
</section>
</section>
<section class="detail" id="child_spec/1">
<div class="detail-header">
<a href="#child_spec/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">child_spec(opts)</h1>
</div>
<section class="docstring">
<p>Returns the child specification to start the endpoint
under a supervision tree.</p>
</section>
</section>
<section class="detail" id="config/2">
<span id="config/1"></span>
<div class="detail-header">
<a href="#config/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">config(key, default \\ nil)</h1>
</div>
<section class="docstring">
<p>Returns the endpoint configuration for <code class="inline">key</code></p><p>Returns <code class="inline">default</code> if the key does not exist.</p>
</section>
</section>
<section class="detail" id="config_change/2">
<div class="detail-header">
<a href="#config_change/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">config_change(changed, removed)</h1>
</div>
<section class="docstring">
<p>Reloads the configuration given the application environment changes.</p>
</section>
</section>
<section class="detail" id="host/0">
<div class="detail-header">
<a href="#host/0" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">host()</h1>
</div>
<section class="docstring">
<p>Returns the host for the given endpoint.</p>
</section>
</section>
<section class="detail" id="init/1">
<div class="detail-header">
<a href="#init/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">init(opts)</h1>
</div>
<section class="docstring">
<p>Callback implementation for <a href="https://hexdocs.pm/plug/1.16.1/Plug.html#c:init/1"><code class="inline">Plug.init/1</code></a>.</p>
</section>
</section>
<section class="detail" id="local_broadcast/3">
<div class="detail-header">
<a href="#local_broadcast/3" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">local_broadcast(topic, event, msg)</h1>
</div>
<section class="docstring">
<p>Callback implementation for <a href="https://hexdocs.pm/phoenix/1.7.15/Phoenix.Endpoint.html#c:local_broadcast/3"><code class="inline">Phoenix.Endpoint.local_broadcast/3</code></a>.</p>
</section>
</section>
<section class="detail" id="local_broadcast_from/4">
<div class="detail-header">
<a href="#local_broadcast_from/4" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">local_broadcast_from(from, topic, event, msg)</h1>
</div>
<section class="docstring">
<p>Callback implementation for <a href="https://hexdocs.pm/phoenix/1.7.15/Phoenix.Endpoint.html#c:local_broadcast_from/4"><code class="inline">Phoenix.Endpoint.local_broadcast_from/4</code></a>.</p>
</section>
</section>
<section class="detail" id="path/1">
<div class="detail-header">
<a href="#path/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">path(path)</h1>
</div>
<section class="docstring">
<p>Generates the path information when routing to this endpoint.</p>
</section>
</section>
<section class="detail" id="script_name/0">
<div class="detail-header">
<a href="#script_name/0" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">script_name()</h1>
</div>
<section class="docstring">
<p>Generates the script name.</p>
</section>
</section>
<section class="detail" id="server_info/1">
<div class="detail-header">
<a href="#server_info/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">server_info(scheme)</h1>
</div>
<section class="docstring">
<p>Returns the address and port that the server is running on</p>
</section>
</section>
<section class="detail" id="start_link/1">
<span id="start_link/0"></span>
<div class="detail-header">
<a href="#start_link/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">start_link(opts \\ [])</h1>
</div>
<section class="docstring">
<p>Starts the endpoint supervision tree.</p><p>All other options are merged into the endpoint configuration.</p>
</section>
</section>
<section class="detail" id="static_integrity/1">
<div class="detail-header">
<a href="#static_integrity/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">static_integrity(path)</h1>
</div>
<section class="docstring">
<p>Generates a base64-encoded cryptographic hash (sha512) to a static file
in <code class="inline">priv/static</code>. Meant to be used for Subresource Integrity with CDNs.</p>
</section>
</section>
<section class="detail" id="static_lookup/1">
<div class="detail-header">
<a href="#static_lookup/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">static_lookup(path)</h1>
</div>
<section class="docstring">
<p>Returns a two item tuple with the first item being the <code class="inline">static_path</code>
and the second item being the <code class="inline">static_integrity</code>.</p>
</section>
</section>
<section class="detail" id="static_path/1">
<div class="detail-header">
<a href="#static_path/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">static_path(path)</h1>
</div>
<section class="docstring">
<p>Generates a route to a static file in <code class="inline">priv/static</code>.</p>
</section>
</section>
<section class="detail" id="static_url/0">
<div class="detail-header">
<a href="#static_url/0" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">static_url()</h1>
</div>
<section class="docstring">
<p>Generates the static URL without any path information.</p><p>It uses the configuration under <code class="inline">:static_url</code> to generate
such. It falls back to <code class="inline">:url</code> if <code class="inline">:static_url</code> is not set.</p>
</section>
</section>
<section class="detail" id="struct_url/0">
<div class="detail-header">
<a href="#struct_url/0" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">struct_url()</h1>
</div>
<section class="docstring">
<p>Generates the endpoint base URL but as a <a href="https://hexdocs.pm/elixir/URI.html"><code class="inline">URI</code></a> struct.</p><p>It uses the configuration under <code class="inline">:url</code> to generate such.
Useful for manipulating the URL data and passing it to
URL helpers.</p>
</section>
</section>
<section class="detail" id="subscribe/2">
<span id="subscribe/1"></span>
<div class="detail-header">
<a href="#subscribe/2" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">subscribe(topic, opts \\ [])</h1>
</div>
<section class="docstring">
<p>Callback implementation for <a href="https://hexdocs.pm/phoenix/1.7.15/Phoenix.Endpoint.html#c:subscribe/2"><code class="inline">Phoenix.Endpoint.subscribe/2</code></a>.</p>
</section>
</section>
<section class="detail" id="unsubscribe/1">
<div class="detail-header">
<a href="#unsubscribe/1" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">unsubscribe(topic)</h1>
</div>
<section class="docstring">
<p>Callback implementation for <a href="https://hexdocs.pm/phoenix/1.7.15/Phoenix.Endpoint.html#c:unsubscribe/1"><code class="inline">Phoenix.Endpoint.unsubscribe/1</code></a>.</p>
</section>
</section>
<section class="detail" id="url/0">
<div class="detail-header">
<a href="#url/0" class="detail-link" title="Link to this function">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this function</span>
</a>
<h1 class="signature" translate="no">url()</h1>
</div>
<section class="docstring">
<p>Generates the endpoint base URL without any path information.</p><p>It uses the configuration under <code class="inline">:url</code> to generate such.</p>
</section>
</section>
</div>
</section>
<footer class="footer">
<p>
<span class="line">
<button class="a-main footer-button display-quick-switch" title="Search HexDocs packages">
Search HexDocs
</button>
<a href="epochtalk_server.epub" title="ePub version">
Download ePub version
</a>
</span>
</p>
<p class="built-using">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener" translate="no">ExDoc</a> (v0.29.4) for the
<a href="https://elixir-lang.org" title="Elixir" target="_blank" translate="no">Elixir programming language</a>
</p>
</footer>
</div>
</div>
</section>
</div>
</body>
</html>