Lines Matching refs:custom
49 auto custom = BHttpRequest(url, "PATCH"sv);
53 creating objects of this type. When you create a custom method, exceptions may be raised
54 when the system runs out of memory, or when your custom method contains invalid characters.
66 \brief Error that represents when a custom method does not conform to the HTTP standard.
178 \exception std::bad_alloc When the \a other object contains a custom verb, this exception
187 \brief Construct a custom method.
191 \exception std::bad_alloc In case it is not possible to allocate memory for the custom string.
247 \return A \c std::string_view that is a string representation of the standard or custom method
270 \exception std::bad_alloc When the \a other object contains a custom verb, this exception
564 This will either return the custom value set for this request, or the default as is listed in
583 \brief Get the details of the custom body set for the request.
616 This will either return the custom value set for this request, or the default as is listed in