/library/server/httpd/interface/variable/httpd_variables.e

http://github.com/jocelyn/EiffelWebReloaded · Specman e · 29 lines · 24 code · 5 blank · 0 comment · 1 complexity · 2a6d37042713fe2548e731277f0ce287 MD5 · raw file

  1. note
  2. description: "Summary description for {HTTPD_VARIABLES}."
  3. date: "$Date$"
  4. revision: "$Revision$"
  5. deferred class
  6. HTTPD_VARIABLES
  7. feature -- Access
  8. variable (a_name: STRING): detachable STRING_GENERAL
  9. deferred
  10. end
  11. has_variable (a_name: STRING): BOOLEAN
  12. deferred
  13. end
  14. note
  15. copyright: "Copyright (c) 1984-2011, Eiffel Software and others"
  16. license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
  17. source: "[
  18. Eiffel Software
  19. 5949 Hollister Ave., Goleta, CA 93117 USA
  20. Telephone 805-685-1006, Fax 805-685-6869
  21. Website http://www.eiffel.com
  22. Customer support http://support.eiffel.com
  23. ]"
  24. end