diff options
author | Carlo Strub <cs@FreeBSD.org> | 2016-07-08 21:45:49 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2016-07-08 21:45:49 +0000 |
commit | 79354079016eec1cb6bb584e8417a8c2e63c5b27 (patch) | |
tree | 60103a4c7ca9276d218b5bbf36e5570739c957d1 /net/Makefile | |
parent | b4742975614be5b488b0fdb036be37c0a85c1de5 (diff) | |
download | ports-79354079016eec1cb6bb584e8417a8c2e63c5b27.tar.gz ports-79354079016eec1cb6bb584e8417a8c2e63c5b27.zip |
Utilities for HTTP Path manipulation. Currently, this just contains the
CleanPath function, renamed to Clean, from Julien Schmidt's httprouter.
WWW: https://github.com/dimfeld/httppath
Notes
Notes:
svn path=/head/; revision=418245
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index c4f0d0452b7c..f03fa1777788 100644 --- a/net/Makefile +++ b/net/Makefile @@ -169,6 +169,7 @@ SUBDIR += go-amqp SUBDIR += go-cs SUBDIR += go-geoip + SUBDIR += go-httppath SUBDIR += go.net SUBDIR += gofish SUBDIR += gogoc |