Dillon Kearns
|
ba228d2c1a
|
Tune performance to avoid traverse converting to/from dict repeatedly.
|
2020-10-05 20:35:15 -07:00 |
|
Dillon Kearns
|
5730b541a3
|
Use plain elm/json decoder in Browser mode, and optimizable decoder in Cli mode.
|
2020-04-17 20:10:25 -07:00 |
|
Dillon Kearns
|
f72a4588c7
|
Add an optimized decoder wrapper module.
|
2020-04-16 22:03:39 -07:00 |
|
Dillon Kearns
|
cc2b43ed23
|
Move the body constructors to the StaticHttp module to be more analagous to elm/http.
|
2020-01-03 13:57:45 -08:00 |
|
Dillon Kearns
|
21da4794e7
|
Change Body to Custom Type.
|
2020-01-03 13:37:50 -08:00 |
|
Dillon Kearns
|
5c9e8bc9b5
|
Include Body in StaticHttp requests.
|
2020-01-03 13:22:53 -08:00 |
|
Dillon Kearns
|
f2e8c70883
|
Change url hashing function to use JSON encoding.
|
2020-01-03 12:18:18 -08:00 |
|
Dillon Kearns
|
80b852e55d
|
Move StaticHttp under Pages module namespace.
|
2019-12-11 06:13:02 -08:00 |
|
Dillon Kearns
|
79ad4c28d3
|
Remove non-reducible json decoder functions from StaticHttp module.
|
2019-11-12 18:22:36 -08:00 |
|
Dillon Kearns
|
56933942c8
|
Rename module.
|
2019-11-11 17:48:08 -08:00 |
|
Dillon Kearns
|
7b78c2340a
|
Remove unused modules.
|
2019-11-11 17:46:54 -08:00 |
|
Dillon Kearns
|
63abeece20
|
Wire through empty headers in requests.
|
2019-11-11 16:20:53 -08:00 |
|
Dillon Kearns
|
45d5ce8e89
|
Wire through new Secrets API.
|
2019-11-11 12:40:38 -08:00 |
|
Dillon Kearns
|
e36f2734bc
|
Wire through HTTP method into dict key for response lookup.
|
2019-11-07 21:47:36 -08:00 |
|
Dillon Kearns
|
32359078f9
|
Use record with method option for StaticHttp requests in preparation for configurable request headers and method.
|
2019-11-05 07:53:17 -08:00 |
|
Dillon Kearns
|
458e67d776
|
Fix incorrect test expectation.
|
2019-11-02 07:43:25 -07:00 |
|
Dillon Kearns
|
1a70ac7713
|
Get happy path for StaticHttp.andThen working.
|
2019-11-01 13:29:09 -07:00 |
|
Dillon Kearns
|
7961a3c58d
|
Fix implementation of StaticHttp.map for new andThen type.
|
2019-10-30 20:11:24 -07:00 |
|