0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 04:02:15 +02:00
openvpn3/openvpn/http
Arne Schwabe 3135d115a0 Replace throw() with noexcept and mark some exception constructors explicit
throw() is the same as noexcept(true), which is the same as noexpect.
(https://en.cppreference.com/w/cpp/language/noexcept_spec)

noexpect is more standard nowadays and less likely to create confusion.
Single argument constructors should be marked explicit so they do not
end up being acidentially called.
2022-11-16 17:22:09 +01:00
..
header.hpp HTTP::HeaderList: minor performance fix 2020-09-02 20:38:10 +02:00
headredact.hpp Update copyrights 2020-03-18 19:37:32 +01:00
htmlskip.hpp Update copyrights 2020-03-18 19:37:32 +01:00
LICENSE_1_0.txt openvpn/http: document source and add license text 2022-02-25 15:08:52 +01:00
method.hpp Update copyrights 2020-03-18 19:37:32 +01:00
parseutil.hpp openvpn/http: document source and add license text 2022-02-25 15:08:52 +01:00
reply.hpp openvpn/http: document source and add license text 2022-02-25 15:08:52 +01:00
request.hpp openvpn/http: document source and add license text 2022-02-25 15:08:52 +01:00
status.hpp Update copyrights 2020-03-18 19:37:32 +01:00
urlencode.hpp Update copyrights 2020-03-18 19:37:32 +01:00
urlparm.hpp Update copyrights 2020-03-18 19:37:32 +01:00
urlparse.hpp URL::Parse: improve support for bracketed hosts such as IPv6 addresses 2021-11-24 13:18:35 -07:00
validate_uri.hpp Update copyrights 2020-03-18 19:37:32 +01:00
webexcept.hpp Replace throw() with noexcept and mark some exception constructors explicit 2022-11-16 17:22:09 +01:00