1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
3 * soup-auth.h: Authentication schemes
6 * Joe Shaw (joe@ximian.com)
8 * Copyright (C) 2001, Ximian, Inc.
14 #include "soup-context.h"
15 #include "soup-message.h"
16 #include "soup-private.h"
18 SoupAuth *soup_auth_new_from_header (SoupContext *context,
21 void soup_auth_free (SoupAuth *auth);
23 gchar *soup_auth_authorize (SoupAuth *auth,
26 gboolean soup_auth_invalidates_prior (SoupAuth *auth);
28 #endif /* SOUP_AUTH_H */