[dylan-lang/http] 8a7285: [client] Reduce complexity. Having an <http-reques...
GitHub <[email protected]>
| Newsgroups | gmane.comp.lang.dylan.gwydion.cvs |
|---|---|
| Message-ID | <540e6010d8742_42b13fa30508b2bc48369@hookshot-fe2-cp1-prd.iad.github.net.mail> |
Branch: refs/heads/master
Home: https://github.com/dylan-lang/http
Commit: 8a7285ea86e7b39dd72b9b729bc46be498f962c8
https://github.com/dylan-lang/http/commit/8a7285ea86e7b39dd72b9b729bc46be498f962c8
Author: Carl Gay <[email protected]>
Date: 2014-09-07 (Sun, 07 Sep 2014)
Changed paths:
M client/http-client.dylan
M client/library.dylan
M client/tests/http-client-test-suite.dylan
M common/headers.dylan
Log Message:
-----------
[client] Reduce complexity. Having an <http-request> class and
conversions from that to <base-http-request> just complicates the
code. Also, by changing
http-request(url, request-method, ...)
to
http-request(request-method, url, ...)
we can turn ~100 LOC into 5 simple curry statements.
Commit: 17ef447a1c0765871556ecf35c6cc7a4726c53b5
https://github.com/dylan-lang/http/commit/17ef447a1c0765871556ecf35c6cc7a4726c53b5
Author: Carl Gay <[email protected]>
Date: 2014-09-07 (Sun, 07 Sep 2014)
Changed paths:
M client/http-client.dylan
Log Message:
-----------
[client] Clean up comments and add TODOs.
Commit: e9d54db4f115c161c31092af9b204e5b1f41e931
https://github.com/dylan-lang/http/commit/e9d54db4f115c161c31092af9b204e5b1f41e931
Author: Carl Gay <[email protected]>
Date: 2014-09-07 (Sun, 07 Sep 2014)
Changed paths:
M client/library.dylan
Log Message:
-----------
[client] Export http-request function
Commit: f4efecd2cca86e49a7b5fdbe91686d6024e3e75b
https://github.com/dylan-lang/http/commit/f4efecd2cca86e49a7b5fdbe91686d6024e3e75b
Author: Carl Gay <[email protected]>
Date: 2014-09-07 (Sun, 07 Sep 2014)
Changed paths:
M client/http-client.dylan
M documentation/source/client/index.rst
M documentation/source/reference/client.rst
Log Message:
-----------
[client] Add some doc.
Commit: 7c9ababad9b6eb50e6318032415de529697f2dbc
https://github.com/dylan-lang/http/commit/7c9ababad9b6eb50e6318032415de529697f2dbc
Author: Carl Gay <[email protected]>
Date: 2014-09-08 (Mon, 08 Sep 2014)
Changed paths:
M client/http-client.dylan
M client/tests/http-client-test-suite.dylan
Log Message:
-----------
[client] Send / in request line for empty URI path. Fixes #2
Commit: c8e8e4f3006cd0b18ec960785503faccecc68117
https://github.com/dylan-lang/http/commit/c8e8e4f3006cd0b18ec960785503faccecc68117
Author: Bruce Mitchener <[email protected]>
Date: 2014-09-09 (Tue, 09 Sep 2014)
Changed paths:
M client/http-client.dylan
M client/library.dylan
M client/tests/http-client-test-suite.dylan
M common/headers.dylan
M documentation/source/client/index.rst
M documentation/source/reference/client.rst
Log Message:
-----------
Merge pull request #72 from cgay/simple-client
Simplify the http-client library
Compare: https://github.com/dylan-lang/http/compare/36831df30207...c8e8e4f3006c
_______________________________________________
chatter mailing list
[email protected]
https://lists.opendylan.org/mailman/listinfo/chatter