* SRT: parse srt url to supports multiple QueryStrings.(#2893) * SRT: url supports multiple QueryStrings by comma-separated key-value pairs with no nesting (#2893) * SRT: url supports multiple QueryStrings by comma-separated key-value pairs with no nesting (#2893) * SRT: Add comments for url. * Add utest for SRT URL parsing. * Update README. Co-authored-by: winlin <winlin@vip.126.com>
17 lines
198 B
C++
17 lines
198 B
C++
//
|
|
// Copyright (c) 2013-2021 Winlin
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
//
|
|
|
|
#ifndef SRS_UTEST_SRT_HPP
|
|
#define SRS_UTEST_SRT_HPP
|
|
|
|
/*
|
|
#include <srs_utest_srt.hpp>
|
|
*/
|
|
#include <srs_utest.hpp>
|
|
|
|
#endif
|
|
|