Correl Roush
a4e0458534
Fix extra slash being added on root path URIs
...
The following bug was introduced in d6de7e83
:
{https, undefined, "www.example.com", 443, "/", undefined, undefined},
was being built as
"https://www.example.com// "
This corrects the issue by not appending a slash when the root
path ("/") is specified (it should behave the same as passing an
empty ("") path).
2018-04-13 14:02:59 -04:00
Gavin M. Roy
abb70de724
Update releases for testing
2018-04-06 13:31:42 -04:00
Gavin M. Roy
0fd976db00
Bump the version
2018-04-06 13:29:48 -04:00
Gavin M. Roy
92da14e9d8
tcp_port() -> inet:port_number(), addressing #4
2018-04-06 13:29:33 -04:00
Gavin M. Roy
87c36905b5
Clean up the license
2018-04-06 13:29:17 -04:00
Gavin M. Roy
e69a90d49c
Merge pull request #5 from correl/fix-path-with-trailing-slash
...
Preserve the trailing slash on paths when building URIs
2018-04-05 16:34:51 -04:00
Correl Roush
d6de7e8374
Preserve the trailing slash on paths when building URIs
...
Paths with and without trailing slashes are distinct, therefore a
trailing slash in the path should be preserved when building the URI.
2018-04-05 16:11:25 -04:00
Gavin M. Roy
a24fdea043
Add 19.0 and 19.1
2016-10-27 13:20:05 -04:00
Gavin M. Roy
44e31d991f
See what Erlang versions travis supports
2016-10-27 13:16:29 -04:00
Gavin M. Roy
72a8a66488
More efficient implementation of hex_to_upper
2016-10-27 13:14:50 -04:00
Gavin M. Roy
bcc245b2a9
Shrink up the hex_to_upper method
2016-10-27 12:48:42 -04:00
Gavin M. Roy
2850835414
Add percent_encode/2 and plus_encode/2
2016-10-27 12:02:26 -04:00
Gavin M. Roy
074dffa0dd
Whitespace cleanup [ci skip]
2016-01-22 10:38:50 -05:00
Gavin M. Roy
63a72b114e
Remove unused include
2016-01-22 10:36:33 -05:00
Gavin M. Roy
791ed9efc9
Move edoc dir to docs
2016-01-22 10:36:12 -05:00
Gavin M. Roy
797963a4dd
Fix the reference to percent_encode/1 [ci skip]
2016-01-22 00:03:40 -05:00
Gavin M. Roy
9ca4797901
Fix the links [ci skip]
2016-01-21 23:41:46 -05:00
Gavin M. Roy
6cc362a70f
Add hex badging [ci skip]
2016-01-21 23:40:20 -05:00
Gavin M. Roy
73267779cc
Manually manage version
2016-01-21 23:32:51 -05:00
Gavin M. Roy
a19d6f4608
Change the execution bit for rebar3
2016-01-21 23:28:31 -05:00
Gavin M. Roy
fb56831c2f
Update the description
2016-01-21 23:26:35 -05:00
Gavin M. Roy
ce25762e67
Abbreviated API documentation
2016-01-21 23:21:39 -05:00
Gavin M. Roy
f0b3920a0f
Update the README
2016-01-21 23:09:37 -05:00
Gavin M. Roy
56c320572f
Implement the initial API
2016-01-21 23:04:34 -05:00
Gavin M. Roy
66d066ed7e
<17.5 doesnt work
2016-01-09 14:48:59 -05:00
Gavin M. Roy
f1bb459d11
Merge branch 'master' of github.com:gmr/urllib
2016-01-09 14:47:32 -05:00
Gavin M. Roy
f8eb91783d
More rebar3 updates
2016-01-09 14:41:46 -05:00
Gavin M. Roy
45b15c3b01
Move to rebar3
2016-01-09 12:33:29 -05:00
Gavin M. Roy
cbf298a1ef
Updated docs/example
2016-01-08 23:40:55 -05:00
Gavin M. Roy
ffa64b680c
Fix code examples
2016-01-08 23:31:08 -05:00
Gavin M. Roy
6aeaae6779
Update code formatting
2016-01-08 23:30:19 -05:00
Gavin M. Roy
a73d091124
Remove table
2016-01-08 23:28:59 -05:00
Gavin M. Roy
4fc6061585
Add coverage badge
2016-01-08 23:27:38 -05:00
Gavin M. Roy
a00f82c953
Add edoc output to readme
2016-01-08 23:27:04 -05:00
Gavin M. Roy
7b05c0c2b5
WIP commit
2016-01-08 23:21:49 -05:00
Gavin M. Roy
f16b0be421
Add test, remove encode/2, encode_plus/2
2016-01-08 22:39:08 -05:00
Gavin M. Roy
1b2d43437d
Try another variation
2016-01-08 22:26:26 -05:00
Gavin M. Roy
d520ac91db
Try to put codecov in a virtualenv
2016-01-08 22:23:09 -05:00
Gavin M. Roy
b1c0ec5ab1
Add coverage reporting
2016-01-08 22:21:39 -05:00
Gavin M. Roy
e37d226a31
Export a coverage report
2016-01-08 22:08:57 -05:00
Gavin M. Roy
7ecbdcbe0d
Require 17.5 or higher
2016-01-08 22:08:43 -05:00
Gavin M. Roy
e441f01465
undefined shouldnt be needed
2016-01-08 22:06:32 -05:00
Gavin M. Roy
65a556abae
Disable dialyze for now
2016-01-08 22:04:46 -05:00
Gavin M. Roy
1ffa63ee53
rst -> md [ci skip]
2016-01-08 22:03:50 -05:00
Gavin M. Roy
2f0dc1ce28
Initial WIP source
2016-01-08 22:00:14 -05:00
Gavin M. Roy
fc1ba63af8
urllib -> urilib
2016-01-08 22:00:05 -05:00
Gavin M. Roy
68078b14bf
Base repository structure
2016-01-08 19:56:18 -05:00