WebDAVHTTPMethod.idl (c5f58c9a) WebDAVHTTPMethod.idl (34c958ab)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 13 unchanged lines hidden (view full) ---

22#ifndef __com_sun_star_ucb_WebDAVHTTPMethod_idl__
23#define __com_sun_star_ucb_WebDAVHTTPMethod_idl__
24
25module com { module sun { module star { module ucb {
26
27
28/** Standard WebDAV/HTTP methods.
29
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 13 unchanged lines hidden (view full) ---

22#ifndef __com_sun_star_ucb_WebDAVHTTPMethod_idl__
23#define __com_sun_star_ucb_WebDAVHTTPMethod_idl__
24
25module com { module sun { module star { module ucb {
26
27
28/** Standard WebDAV/HTTP methods.
29
30 @since Apache OpenOffice 4.0
30 @since OpenOffice 4.0
31*/
32enum WebDAVHTTPMethod
33{
34 /** HTTP request method as defined in
35 <a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.3">RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1</a>
36 */
37 GET,
38

--- 80 unchanged lines hidden ---
31*/
32enum WebDAVHTTPMethod
33{
34 /** HTTP request method as defined in
35 <a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.3">RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1</a>
36 */
37 GET,
38

--- 80 unchanged lines hidden ---