Ignore:
Timestamp:
Jan 21, 2012, 3:43:44 PM (12 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
no-cups
Children:
56fd535
Parents:
9da7428
git-author:
Jessica B. Hamrick <jhamrick@…> (01/21/12 15:43:44)
git-committer:
Jessica B. Hamrick <jhamrick@…> (01/21/12 15:43:44)
Message:

Send URI added to printer.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/lib/gutenbach/server/requests.py

    r72c3fcb rc1dc25f  
    930930            REQUIRED 'job-id' (integer(1:MAX)) and 'printer-uri' (uri)
    931931            REQUIRED 'document-uri' (uri)
    932               -or-  'job-uri' (uri)
     932            OPTIONAL 'job-uri' (uri)
    933933            OPTIONAL 'requesting-user-name' (name(MAX))
    934934            OPTIONAL 'document-name' (name(MAX))
     
    936936            OPTIONAL 'document-format' (mimeMediaType)
    937937            OPTIONAL 'document-natural-language' (naturalLanguage)
    938         Group 2: Document Content
    939938           
    940939        Response
     
    10141013            self.printer.send_uri(
    10151014                job_id,
    1016                 document_uri=document_uri,
     1015                document_uri,
    10171016                document_name=document_name,
    10181017                document_format=document_format,
Note: See TracChangeset for help on using the changeset viewer.