X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Furl.h;h=0c4a1f43d2d0f559cb80c05b9018a54ddbbe9138;hp=66edc5e56f8bf5c5ad38105f410a115a1bd4f388;hb=05193e78a2553c93a61da19a39e1276b1a509bac;hpb=beab89a43b1060eff01824c32298128ef83a816e diff --git a/include/yaz/url.h b/include/yaz/url.h index 66edc5e..0c4a1f4 100644 --- a/include/yaz/url.h +++ b/include/yaz/url.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2013 Index Data. + * Copyright (C) Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -66,6 +66,12 @@ YAZ_EXPORT void yaz_url_set_proxy(yaz_url_t p, const char *proxy); */ YAZ_EXPORT void yaz_url_set_max_redirects(yaz_url_t p, int num); +/** \brief sets verbose level 0=none, >0 verbose + \param p handle + \param num verbose level +*/ +YAZ_EXPORT void yaz_url_set_verbose(yaz_url_t p, int num); + /** \brief executes the actual HTTP request (including redirects, etc) \param p handle \param uri URL