forked from pool/cpp-httplib
Accepting request 1045357 from home:svalx
A C++11 cross platform HTTP/HTTPS library Features: - Built-in mappings - Static file server - Post routing handler - Pre routing handler - Receive content with a content receiver - Bind a socket to multiple interfaces and any available port NOTE: This is a multi-threaded 'blocking' HTTP library. If you are looking for a 'non-blocking' library, this is not the one that you want. OBS-URL: https://build.opensuse.org/request/show/1045357 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=1
This commit is contained in:
11
_service
Normal file
11
_service
Normal file
@@ -0,0 +1,11 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/yhirose/cpp-httplib.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(\d.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
</services>
|
||||
Reference in New Issue
Block a user