summary refs log tree commit diff stats
path: root/svc/http.go
Commit message (Expand)AuthorAgeFilesLines
* separate request and message logBen Morrison2019-06-121-2/+2
* readability changesBen Morrison2019-06-111-6/+0
* refactored http err handling to combine 3 funcs into 1Ben Morrison2019-06-101-17/+4
* moved type declarations into respective filesBen Morrison2019-06-081-0/+10
* moved bulk of code to its own package to clean up source treeBen Morrison2019-06-051-0/+82
>6cf0e26 ^
920306c ^


0f645e7 ^
920306c ^
0f645e7 ^

920306c ^



0f645e7 ^


d15180e ^

920306c ^



3df037d ^
920306c ^


6cf0e26 ^

d15180e ^

920306c ^

6cf0e26 ^




920306c ^
6cf0e26 ^
0f645e7 ^
920306c ^
6cf0e26 ^
920306c ^
3df037d ^





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