Added content_negotiation to official EWF release.
This commit is contained in:
@@ -67,9 +67,12 @@ COPYCMD $TMP_DIR/library/utility/general/error $TMP_CONTRIB_DIR/library/utility/
|
||||
echo Install library: http_client
|
||||
mkdir -p $TMP_CONTRIB_DIR/library/network
|
||||
COPYCMD $TMP_DIR/library/network/http_client $TMP_CONTRIB_DIR/library/network/http_client
|
||||
echo Install library: http
|
||||
|
||||
mkdir -p $TMP_CONTRIB_DIR/library/network/protocol
|
||||
echo Install library: http
|
||||
COPYCMD $TMP_DIR/library/network/protocol/http $TMP_CONTRIB_DIR/library/network/protocol/http
|
||||
echo Install library: content_negotiation
|
||||
COPYCMD $TMP_DIR/library/network/protocol/content_negotiation $TMP_CONTRIB_DIR/library/network/protocol/content_negotiation
|
||||
echo Install library: http_authorization
|
||||
mkdir -p $TMP_CONTRIB_DIR/library/network/authentication
|
||||
COPYCMD $TMP_DIR/library/server/authentication/http_authorization $TMP_CONTRIB_DIR/library/network/authentication/http_authorization
|
||||
|
||||
Reference in New Issue
Block a user