fetch.3 (d5f175ce9064583ea8fbda7625e0223224a55836) fetch.3 (5e75e35cca2eb446c514ea7c13a6be832fc8602a)
1.\" Copyright (c) 1998 Dag-Erling Co�dan Sm�rgrav
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

196.Fa flags
197argument is a string of characters which specify transfer options.
198The
199meaning of the individual flags is scheme-dependent, and is detailed
200in the appropriate section below.
201.Pp
202.Fn fetchStatURL
203attempts to obtain the requested document's metadata and fill in the
1.\" Copyright (c) 1998 Dag-Erling Co�dan Sm�rgrav
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

196.Fa flags
197argument is a string of characters which specify transfer options.
198The
199meaning of the individual flags is scheme-dependent, and is detailed
200in the appropriate section below.
201.Pp
202.Fn fetchStatURL
203attempts to obtain the requested document's metadata and fill in the
204structure pointed to by it's second argument.
204structure pointed to by its second argument.
205The
206.Fa url_stat
207structure is defined as follows in
208.Aq Pa fetch.h :
209.Bd -literal
210struct url_stat {
211 off_t size;
212 time_t atime;

--- 375 unchanged lines hidden ---
205The
206.Fa url_stat
207structure is defined as follows in
208.Aq Pa fetch.h :
209.Bd -literal
210struct url_stat {
211 off_t size;
212 time_t atime;

--- 375 unchanged lines hidden ---